Post Reply 
variable initial value - bug? (rev. 8151)
09-26-2015, 06:58 PM
Post: #8
RE: variable initial value - bug? (rev. 8151)
(09-26-2015 06:24 PM)komame Wrote:  Does this mean that all local variables defined as program global scope are kept in memory and contain the last values set during the program execution?

Correct. They stay and remain until you either delete the program, or reparse it and the contents are initialized again. If you don't specifically initialize, it will have a real number 0 as the content.

Quote:Is the reason for this is that after the end of the execution all the time in the memory are held values of some variables and they are only reinitialized after editing/parsign?

I believe so, yes.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: variable initial value - bug? (rev. 8151) - Tim Wessman - 09-26-2015 06:58 PM



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