How can I have TWO separate Global Variables with the SAME Name?
|
01-31-2015, 01:37 AM
Post: #2
|
|||
|
|||
RE: How can I have TWO separate Global Variables with the SAME Name?
(01-31-2015 01:21 AM)bobkrohn Wrote: How can I have TWO separate Global Variables with the SAME Name? purge() deletes CAS variables only; if you have multiple programs that each export SF as a variable, that is one way to have several instances. It even happens with programs. Usually the most recently created program/variable has the higher priority. It may also be due to apps having the same exported variable, so that App.SF is different from just plain-old SF. The priority here is based on what the current app is. Graph 3D | QPI | SolveSys |
|||
« 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: 2 Guest(s)