Post Reply 
FW10637 SORT command bug ?
04-03-2017, 10:41 PM
Post: #6
RE: FW10637 SORT command bug ?
Another (possible) SORT bug:

The following code works on the emulator (version 11226) but on the hardware Prime (version 10637) it returns "Error: Bad argument type":

Code:

LOCAL a,b
a:=RANDINT(1000,-99,99);
b:=SORT(a);

However, a:=SORT(RANDINT(1000,-99,99); does work on the hardware Prime.

John
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
FW10637 SORT command bug ? - dg1969 - 10-15-2016, 05:23 PM
RE: FW10637 SORT command bug ? - JMB - 10-15-2016, 05:52 PM
RE: FW10637 SORT command bug ? - Gerald H - 10-15-2016, 06:40 PM
RE: FW10637 SORT command bug ? - simone_71 - 10-16-2016, 05:05 PM
RE: FW10637 SORT command bug ? - John Keith - 04-03-2017 10:41 PM
RE: FW10637 SORT command bug ? - Spybot - 04-04-2017, 04:18 AM



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