Page 1 of 1
Macros and variables
Posted: Tue Nov 22, 2005 3:32 am
by JTC
I am interested in maintaining a static variable in a macro that will retain its' value between macro invokations. Is this possible? If not, is there a way I could store the value in a file and load it from there?
Posted: Tue Nov 22, 2005 3:40 am
by jussij
Take a look at these Zeus built-in macro functions:
Code: Select all
string get_global_string(string item [, int local_scope])
string set_global_string(string item [, int local_scope])
Form more information about either function, place the cursor on the function name, select the
Help, Quick Help menu and scroll down the resulting help to find a description of the function.
Cheers Jussi