Post Reply 
Should Global Variables Retain Their Values After Program Execution
01-13-2015, 03:53 AM
Post: #4
RE: Should Global Variables Retain Their Values After Program Execution
I made the changes you suggested, removing the local declaration from the scope of the program and used just the export keyword to make the variables global. After running some test data, I found that I could use those values stored in the global variables in later calculations. This is just the way I wanted the program to work!

This was very helpful and I appreciate your assistance Han.
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 - SEzzell - 01-13-2015 03:53 AM



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