Post Reply 
broke subroutine
07-24-2021, 06:53 PM
Post: #7
RE: broke subroutine
Well, it works also on the Android app version 2.1.14591 (2021 05 14). But the IOS and Android apps don't implement the latest software changes, they have just been updated for the latest stores/tools requirements.

I don't know why it was working initially because when you do
datalist := {
{'a', [0], {65, 30, 0}},
{'b', [0], {65, 30, 1}}};

you get {a, [0], {65, 30, 0}}, {b, [0], {65, 30, 1}}} in datalist, without the quotes around a and b.

And when you do EVAL(datalist) then a and b are evaluted to their value which is 0, so you get {0, [0], {65, 30, 0}}, {0, [0], {65, 30, 1}}} which is not a valid parameter for INPUT.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
broke subroutine - roadrunner - 07-23-2021, 12:41 PM
RE: broke subroutine - roadrunner - 07-23-2021, 03:41 PM
RE: broke subroutine - albud44 - 07-23-2021, 06:36 PM
RE: broke subroutine - roadrunner - 07-24-2021, 11:47 AM
RE: broke subroutine - Terje Vallestad - 07-24-2021, 01:54 PM
RE: broke subroutine - roadrunner - 07-24-2021, 03:41 PM
RE: broke subroutine - Didier Lachieze - 07-24-2021 06:53 PM
RE: broke subroutine - roadrunner - 07-25-2021, 12:14 AM



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