How can I have TWO separate Global Variables with the SAME Name?
|
01-31-2015, 06:04 AM
Post: #4
|
|||
|
|||
RE: How can I have TWO separate Global Variables with the SAME Name?
OK, here's my learning experience.
Del, Shift Del and Shift Esc didn't do anything. I didn't realize that Exporting a Variable in a program that has been compiled created a permanent variable. The way to "delete" the variable is to simply remove the Export instruction from the program. I had two related programs that did the Export command for "SF". However, I assumed that they would be referring to the same variable. i.e. could access the value held there. OOPS! There is no way to know which variable was which. I have a better understanding now. Thanks |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How can I have TWO separate Global Variables with the SAME Name? - bobkrohn - 01-31-2015, 01:21 AM
RE: How can I have TWO separate Global Variables with the SAME Name? - Han - 01-31-2015, 01:37 AM
RE: How can I have TWO separate Global Variables with the SAME Name? - Joe Horn - 01-31-2015, 05:17 AM
RE: How can I have TWO separate Global Variables with the SAME Name? - bobkrohn - 01-31-2015 06:04 AM
RE: How can I have TWO separate Global Variables with the SAME Name? - cyrille de brébisson - 02-02-2015, 06:41 AM
RE: How can I have TWO separate Global Variables with the SAME Name? - bobkrohn - 02-02-2015, 10:56 PM
RE: How can I have TWO separate Global Variables with the SAME Name? - bobkrohn - 02-03-2015, 10:24 AM
|
User(s) browsing this thread: 1 Guest(s)