Error message

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
buckw1
Junior Coder
Posts: 20
Joined: Sun Sep 18, 2005 5:08 am

Error message

Post by buckw1 » Sun Mar 19, 2006 6:50 pm

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

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Sun Mar 19, 2006 10:59 pm

Should be:

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?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts