Confused about LOCAL....
|
11-16-2017, 06:04 AM
Post: #5
|
|||
|
|||
RE: Confused about LOCAL....
Cyrille, my understanding (and this is what the documentation says) is that a program global is EXPORT A; outside of a function.
So, you are saying that LOCAL A; outside of a function is, in fact, treated as a global, but isn't accessible by anything other than functions defined inside the same program file. Thus, LOCAL A; outside a function, cannot coexist with an existing global, either inside another program file or a true global/system variable. This is why LOCAL A; gives a compile error. Is my interpretation here correct? Thx -Donald |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Confused about LOCAL.... - webmasterpdx - 11-15-2017, 06:19 AM
RE: Confused about LOCAL.... - Dirk.nl - 11-15-2017, 12:18 PM
RE: Confused about LOCAL.... - webmasterpdx - 11-15-2017, 07:02 PM
RE: Confused about LOCAL.... - cyrille de brébisson - 11-16-2017, 05:57 AM
RE: Confused about LOCAL.... - Carlos295pz - 11-16-2017, 06:43 AM
RE: Confused about LOCAL.... - webmasterpdx - 11-16-2017 06:04 AM
RE: Confused about LOCAL.... - Carlos295pz - 11-16-2017, 06:55 AM
RE: Confused about LOCAL.... - Tim Wessman - 11-16-2017, 05:13 PM
RE: Confused about LOCAL.... - cyrille de brébisson - 11-17-2017, 06:20 AM
RE: Confused about LOCAL.... - Han - 11-17-2017, 04:04 PM
|
User(s) browsing this thread: 1 Guest(s)