Hello, i have a script with to repeat cycles.
In first script i create an array from a text file.
when i try to use the array in second repeat cycle, the array isnt working...
is it because of the repeat? ...
Search found 7 matches
- Sun May 30, 2010 10:45 pm
- Forum: Technical / Scripting
- Topic: Reuse array outside Repeat
- Replies: 1
- Views: 2707
- Thu Jan 14, 2010 10:59 pm
- Forum: General Discussion
- Topic: Remove macro scheduler evidence?
- Replies: 2
- Views: 4500
- Mon Jan 11, 2010 11:32 pm
- Forum: General Discussion
- Topic: Remove macro scheduler evidence?
- Replies: 2
- Views: 4500
Remove macro scheduler evidence?
Hi,
im making a macro for a job request however i was seeing that in dialogs and some stuff it appears Macro scheduler "publicity"...
is it possible to hide/remove it from eyesight?
thank you.
im making a macro for a job request however i was seeing that in dialogs and some stuff it appears Macro scheduler "publicity"...
is it possible to hide/remove it from eyesight?
thank you.
- Sat Jan 09, 2010 9:52 pm
- Forum: Beginners
- Topic: Image Recognition: Multiple Matches
- Replies: 5
- Views: 8188
- Fri Jan 08, 2010 12:23 am
- Forum: Technical / Scripting
- Topic: Time Elapsed.
- Replies: 5
- Views: 5473
hmmm ok... im running MS11 will try on another computer tomorrow...maybe some problem with this one... tried it uncompiled, will try to compile it then...maybe it works... Thanks. even after compiling i get the error in VBeval about sintax error with jrl script, will try compiling mine and tomorrow ...
- Thu Jan 07, 2010 11:36 pm
- Forum: Technical / Scripting
- Topic: Time Elapsed.
- Replies: 5
- Views: 5473
VBEval>Timer-%inicio%,verifica This line gives me a VBscript compilation error, sintax error. ...will try to check on myself. if anyone knows how to fix it or do it help plz. anyway....the problem seems to be in the if sentence...im debugging step by step and i check that variable is doing well... w...
- Thu Jan 07, 2010 9:19 pm
- Forum: Technical / Scripting
- Topic: Time Elapsed.
- Replies: 5
- Views: 5473
Time Elapsed.
Hello everyone, i have a macro where i check for elapsed time, however my if statement wont match the condition it should. at the beginning i get time only once. VBSTART VBEND VBEval>Timer,inicio then i iterate with a goto label trough this VBSTART VBEND VBEval>Timer,verifica let>verifica1=verifica-...