View Single Post
Old 04-24-2006, 04:12 PM   #3
b8bboi
FLAC
 
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
Quote:
Anyway, keep in mind that I don't much at all about autoit scripts. Still, looking at your code, you're doing +1 to the string length which is probably adding an extra "garbage" character to your command being sent.. this could prevent RR from interpreting the command from what it's supposed to be. A quick test would be to send a multi-command like PLAY||NEXT chances are that if the garbage is the problem, the first command would work and the second would not.

Woah, great tips, guino. That solved it. Weird because on line 10, I have to leave the "+1" in for it to work.

Of course, please post it in the SDK examples for others to use.

New files included here.
Attached Files
File Type: zip rrsdk.zip (1.0 KB, 79 views)

Last edited by b8bboi; 04-24-2006 at 04:15 PM.
b8bboi is offline   Reply With Quote