Post Reply 
(Recursive) nested loops and IFs?
12-18-2015, 11:32 PM
Post: #10
RE: (Recursive) nested loops and IFs?
I had unhandled A/B type expressions, so I modified your previous code into...
PHP Code:
IF ΠLIST(EXECON("EXPR(&1)>=0 AND EXPR(&1)<=9 AND FP(EXPR(&1))==0",L5)) THEN 
... and it works.
In your new code...
PHP Code:
IF ΠLIST(EXPR(L5+">=0") AND EXPR(L5+"<=9") AND EXPR(FP(L5)+"==0")) THEN 
... it doesn't work. Your unmodified code works.

Prime, 15C CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (Recursive) nested loops and IFs? - chromos - 12-18-2015 11:32 PM



User(s) browsing this thread: 1 Guest(s)