Hi,
I'm getting unknown identifier r at this point in my script, and funny thing is that I changed nothing other than update to MS 8.0 from 7.4. Thats not to say some kind of saving error could not have crept in though.. This point in the script we have a nice dialog screen and no input has been given yet. Just the input screen is up. We get unknown identifier r, then error parsing expression then macro exits.
Label>ActionLoop
GetDialogAction>Dialog1,r
If>{(r>0) and (r<30)},Help
Buck
Error message
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Should be:
GetDialogAction>Dialog1,r
If>{(%r%>0) and (%r%<30)},Help
GetDialogAction>Dialog1,r
If>{(%r%>0) and (%r%<30)},Help
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?