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';
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Contents of variables erased by entering editor. - veeblefester - 01-07-2014, 09:22 PM
RE: Contents of variables erased by entering editor. - Michael de Estrada - 01-07-2014 11:04 PM
RE: Contents of variables erased by entering editor. - veeblefester - 01-07-2014, 11:33 PM
RE: Contents of variables erased by entering editor. - Michael de Estrada - 01-07-2014, 11:52 PM
RE: Contents of variables erased by entering editor. - veeblefester - 01-08-2014, 12:19 AM
RE: Contents of variables erased by entering editor. - Han - 01-08-2014, 01:59 AM
RE: Contents of variables erased by entering editor. - Tim Wessman - 01-08-2014, 01:56 AM
RE: Contents of variables erased by entering editor. - veeblefester - 01-08-2014, 08:37 PM
RE: Contents of variables erased by entering editor. - Michael de Estrada - 01-08-2014, 10:03 PM
|
User(s) browsing this thread: 2 Guest(s)