I have a very short form of my efs script that is failing. I have an internal function which I call from main() for a CURRENTBAR.
But even when I comment out the call to efsInternal("functionA"), the function appears to be called as evidenced by the println statement inside functionA.
Can you tell me what is happening? I have tried to debug this for a long time and can not figure out why functionA is called when there is no active reference to it.
Sample efs attached
Thanks
But even when I comment out the call to efsInternal("functionA"), the function appears to be called as evidenced by the println statement inside functionA.
Can you tell me what is happening? I have tried to debug this for a long time and can not figure out why functionA is called when there is no active reference to it.
Sample efs attached
Thanks
Comment