Macros and variables

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
JTC

Macros and variables

Post 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?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply