Problems with eval(IdentifierName,#recall)
|
02-28-2017, 01:11 PM
Post: #5
|
|||
|
|||
RE: Problems with eval(IdentifierName,#recall)
(02-28-2017 12:43 PM)Han Wrote: You delete Home variables using: DelHVars("name") or DelHVars({ "list", "of", "names" }); Ok, Han but if I include the sentence DelHVars({"id0", "id1", "id2"});, the simulator enters an indefinite cycle. without DelHVars({"id0", "id1", "id2"}); within of the prgm, the EVAL command must first evaluate the local and non-global variables, please try the following 6: goto HOME VIEW 6.1: purge(id0, id1, id2); [ENTER] 6.1a:DelHVars({"id0", "id1", "id2"}); [ENTER] 6.2: Now if you define variables in HOME VIEW id0:=8; id1:='id0'; id2:='id1';[ENTER] // store id2,id1,id0 in the HOME environment 7: goto CAS VIEW 7.1: RCLidsCAS(); [ENTER] returns [8, 8, id2, id1, id0, 8, 8] Why? PHP Code: #cas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problems with eval(IdentifierName,#recall) - compsystems - 02-27-2017, 03:08 PM
RE: Problems with eval(IdentifierName,#recall) - parisse - 02-27-2017, 08:15 PM
RE: Problems with eval(IdentifierName,#recall) - compsystems - 02-28-2017, 12:32 PM
RE: Problems with eval(IdentifierName,#recall) - Han - 02-28-2017, 12:43 PM
RE: Problems with eval(IdentifierName,#recall) - compsystems - 02-28-2017 01:11 PM
|
User(s) browsing this thread: 1 Guest(s)