How can i tell the script to cancel all actions if the user inputs 0 or nothing?
Thanks in advance!!
Label>Start
CapsOff
Let>ASK_TIMEOUT=20000
Ask>Run Script?,VarA
If>%VarA%=YES,IfYes,IfNo
Label>IfYes
Input>number,Enter number runs?,1
Let>x=0
Repeat>x
let>x=x+1
Label>begin
///script
End
Search found 3 matches
- Fri Mar 20, 2009 5:15 pm
- Forum: Beginners
- Topic: input cancellation question
- Replies: 2
- Views: 3671
- Fri Feb 27, 2009 5:39 pm
- Forum: Technical / Scripting
- Topic: Invalid numeric value for MouseMove command - Help please
- Replies: 7
- Views: 7119
- Thu Feb 26, 2009 11:46 pm
- Forum: Technical / Scripting
- Topic: Invalid numeric value for MouseMove command - Help please
- Replies: 7
- Views: 7119
Invalid numeric value for MouseMove command - Help please
Hi All, I want to take the chance to thank you all for all the helpful information I've been leeching since I started using MS... I do have an issue here and your expertise is extremly appreciated; The script (below) works fine using MS. But when is compiled it gives me this error: "Invalid numeric ...