Post Reply 
(Recursive) nested loops and IFs?
01-17-2017, 11:46 AM (This post was last modified: 01-17-2017 11:48 AM by chromos.)
Post: #13
RE: (Recursive) nested loops and IFs?
Does anybody know why this stopped working in latest Prime firmware?
(in L5 are stringed expressions, something like "(A+B)").

PHP Code:
IF ΠLIST(EXPR(L5+">=0") AND EXPR(L5+"<=9") AND EXPR("FP("+L5+")==0")) THEN 

I replaced it with:

PHP Code:
IF ΠLIST(EXECON("EXPR(&1)>=0 AND EXPR(&1)<=9 AND FP(EXPR(&1))==0",L5)) THEN 
... and this works, so I don't need another solution. I'm just curious why former code no longer 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 - 01-17-2017 11:46 AM



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