Post Reply 
(Recursive) nested loops and IFs?
12-18-2015, 10:40 PM
Post: #9
RE: (Recursive) nested loops and IFs?
One more thing :
PHP Code:
IF ΠLIST(EXECON("EXPR(&1)>=0 AND EXPR(&1)<=9",L5)) THEN
  
[...]
END

can be replaced by :
PHP Code:
IF ΠLIST(EXPR(L5+">=0") AND EXPR(L5+"<=9")) THEN
  
[...]
END
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-18-2015 10:40 PM



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