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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
variable initial value - bug? (rev. 8151) - komame - 09-26-2015, 03:03 PM
RE: variable initial value - bug? (rev. 8151) - DrD - 09-26-2015, 03:19 PM
RE: variable initial value - bug? (rev. 8151) - komame - 09-26-2015, 03:22 PM
RE: variable initial value - bug? (rev. 8151) - DrD - 09-26-2015, 04:09 PM
RE: variable initial value - bug? (rev. 8151) - xset - 09-26-2015, 04:11 PM
RE: variable initial value - bug? (rev. 8151) - Tim Wessman - 09-26-2015, 04:33 PM
RE: variable initial value - bug? (rev. 8151) - komame - 09-26-2015, 06:24 PM
RE: variable initial value - bug? (rev. 8151) - Tim Wessman - 09-26-2015 06:58 PM
RE: variable initial value - bug? (rev. 8151) - cyrille de brébisson - 09-28-2015, 06:55 AM
|
User(s) browsing this thread: 3 Guest(s)