Post Reply 
(Recursive) nested loops and IFs?
12-19-2015, 12:00 AM
Post: #11
RE: (Recursive) nested loops and IFs?
(12-18-2015 11:32 PM)chromos Wrote:  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.

L5 is a list of strings, not a list of reals so FP(L5) doesn't work.
This should work but it starts to look a bit ugly:
PHP Code:
IF ΠLIST(EXPR(L5+">=0") AND EXPR(L5+"<=9") AND EXPR("FP("+L5+")==0")) THEN 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (Recursive) nested loops and IFs? - Didier Lachieze - 12-19-2015 12:00 AM



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