I would be very grateful for some help here. I have been debugging for days, but cannot get an EFS to successfully retrieve "correct" values previously set in a prior EFS.
The prior EFS issues two setGlobalValue
variables (they are also RETURNed by MAIN). I have dumped these values before issuing setGlobalValue, and then I have immediately issued a getGlobalValue and dumped them again: they are identical(as they should be), and they also correctly set by the program logic.
The later EFS does getGlobalValue of those same two variables, but they both have the value " null " when immediately dumped with debugPrint.
I have labored over this, to no avail, and am desperate to find my error. Running V7.4 (Build 607).
I have attached the EFS to this message. Pls note that I have concatenated the two files into one
The prior EFS issues two setGlobalValue
variables (they are also RETURNed by MAIN). I have dumped these values before issuing setGlobalValue, and then I have immediately issued a getGlobalValue and dumped them again: they are identical(as they should be), and they also correctly set by the program logic.
The later EFS does getGlobalValue of those same two variables, but they both have the value " null " when immediately dumped with debugPrint.
I have labored over this, to no avail, and am desperate to find my error. Running V7.4 (Build 607).
I have attached the EFS to this message. Pls note that I have concatenated the two files into one
Comment