07-30-2006, 07:39 AM
Place this at the beginning of the function
or in menu. Example:
This works in functions and menus, but not in macros.
or in menu. Example:
a :if(getopt(nthreads)>1) mes- "already running"; else mes 1
b :if(getopt(nthreads)>1) mes- "already running"; else mes 2
This works in functions and menus, but not in macros.