Normal Topic Macros (Read 872 times)
albeamer
Member
Members
*
Offline


No personal text

Posts: 20
Joined: Dec 2nd, 2002
Macros
Mar 13th, 2005 at 12:22am
Print Post Print Post  
Is there a way to put stop codes for user input in the middle of macros?
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Macros
Reply #1 - Mar 13th, 2005 at 12:35am
Print Post Print Post  
The best way is to use two macros - part one and part two, then call them from SBasic using @macro. That way you can play back one macro, get the user input, make any necessary decisions based on that input, and resume the macro with part two (or others).
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged