Ok sorry for bugging you guys so much but you are a real help. OK i am having a problem with this part in the script BUT only when i turn it into an .exe
GetRectCheckSum>37,363,40,365,grcs1
if>%grcs1%1046898
gosub>error3
it gives me this error message from MS:
Error - Subroutine/label %grcs1%1046898 Not Found!
but with it not compiled into an exe it works fine.
any sugestions or other ways i can have it look for a diffrence like changing numbers in a certen spot?
GetRectCheckSum error
Moderators: JRL, Dorian (MJT support)
Well you forgot the endif, so it thought you wanted legacy syntax. You also need to make sure you the latest version that supports if/else/endif. Your script should have looked like this:
GetRectCheckSum>37,363,40,365,grcs1
if>%grcs1%1046898
gosub>error3
Endif
If you have 7.3 or above that will work. If not you need the old format which you ended up with.
The fact that you are saying it works in Macro Scheduler but not in a EXE suggests you have a new version of Macro Scheduler standard with an old version of the compiler.
Make sure you have the latest version!
GetRectCheckSum>37,363,40,365,grcs1
if>%grcs1%1046898
gosub>error3
Endif
If you have 7.3 or above that will work. If not you need the old format which you ended up with.
The fact that you are saying it works in Macro Scheduler but not in a EXE suggests you have a new version of Macro Scheduler standard with an old version of the compiler.
Make sure you have the latest version!
MJT Net Support
[email protected]
[email protected]