Variables global to a program
|
12-22-2013, 02:22 AM
Post: #5
|
|||
|
|||
RE: Variables global to a program
Code: EXPORT MyExpVar; MyGlobVar is visible in all functions in this program MylocVar is visible in this function of this program only. Your program is responsible to initialize and clear all the variables it use. Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)