P
PolyPusher
Guest
Hi All,
I am trying to clean up all my global variables(using Skill Lint).
In some of my routines I am accessing the form like
EFSchematicProbeForm->EFSpecTrace->choices. It seems if you do
this, EFSchematicProbeForm needs to be global. If I put
EFSchematicProbeForm in the let or prog, then I won't be able
communitcate with the form.
Is there an app for that
Thank you in advance for any help,
Eric
procedure(EFSpecTraceList()
let((EFNetNavSpecFullDone EFNetNavSpecFullListVar)
foreach(mapc EFNetTwoProbeVar EFSchematicProbeForm->EFProbeBox->value
foreach(mapc x EFSchematicProbeForm->EFSpecTrace->choices
x=list(x)
if(EFNetTwoProbeVar==car(parseString(car(x) "=="))
I am trying to clean up all my global variables(using Skill Lint).
In some of my routines I am accessing the form like
EFSchematicProbeForm->EFSpecTrace->choices. It seems if you do
this, EFSchematicProbeForm needs to be global. If I put
EFSchematicProbeForm in the let or prog, then I won't be able
communitcate with the form.
Is there an app for that
Thank you in advance for any help,
Eric
procedure(EFSpecTraceList()
let((EFNetNavSpecFullDone EFNetNavSpecFullListVar)
foreach(mapc EFNetTwoProbeVar EFSchematicProbeForm->EFProbeBox->value
foreach(mapc x EFSchematicProbeForm->EFSpecTrace->choices
x=list(x)
if(EFNetTwoProbeVar==car(parseString(car(x) "=="))