Post Reply 
Contents of variables erased by entering editor.
01-07-2014, 11:04 PM
Post: #2
RE: Contents of variables erased by entering editor.
Every time you enter the program editor and then exit, you re-compile the program and reset all the variables that are defined there. If you want to retain a value, then you must assign it inside the program, i.e. TESTVAR:='xyx';
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Contents of variables erased by entering editor. - Michael de Estrada - 01-07-2014 11:04 PM



User(s) browsing this thread: 1 Guest(s)