Macros and variables
Macros and variables
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?
Take a look at these Zeus built-in macro functions:
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
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