Post Reply 
Should Global Variables Retain Their Values After Program Execution
01-12-2015, 06:26 AM
Post: #3
RE: Should Global Variables Retain Their Values After Program Execution
It appears you declared a few variables as global via the export command at the top. However, you then also declared local variables of the same name, which of course have higher priority. Thus, the global variables are never actually updated. Remove the variables whose value you wish to retain from the LOCAL statement (line 8).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Should Global Variables Retain Their Values After Program Execution - Han - 01-12-2015 06:26 AM



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