msgbox

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
Ross Lainchbury
Newbie
Posts: 5
Joined: Sat Dec 27, 2003 3:45 am

msgbox

Post by Ross Lainchbury » Thu Jan 01, 2004 11:29 pm

I know I must be simple but I'm dammed if I can get the msgbox or Ask to do either yes or no
ie if no in Ask then close else run another macro.
Really pleased with the program, if I can just sort this simple problem.
Any help would very much apreciated.
Ross of Christchurch New Zealand

armsys
Automation Wizard
Posts: 1108
Joined: Wed Dec 04, 2002 10:28 am
Location: Hong Kong

Post by armsys » Fri Jan 02, 2004 12:02 am

Ross,

Hope the following script can satisfy your requirement:
Ask>May I help you?, Ans
if>Ans=YES,Continue
Goto>OtherMacro
Label>Continue
....


Label>OtherMacro
....


Label>End

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Fri Jan 02, 2004 12:20 am

Using example from Help section, try this:
Ask>Do you want to continue ?,continue

If>%continue%=YES,DoNext,End

Label>DoNext
Macro>C:\Program Files\MJT Net Ltd\Macro Scheduler\macro2.scp

Label>End
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

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