Larry,

that should be

sort lines of field myTimes descending dateTime

I assume that myTimes is a variable, but if it isn't, then your lines should be

sort lines of field "myTimes" descending dateTime

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi

LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 4/2/2014 09:41, la...@significantplanet.org wrote:
Here is my script line:
sort field myTimes descending dateTime


And here is the result:
16:33

15:56

12:16

11:35

9:14

7:47

2:08

1:22

25:34

34:55



Here is my other script line:

sort field myTimes ascending dateTime

And here is the result for that:

25:34

34:55

1:22

2:08

7:47

9:14

11:35

12:16

15:56

16:33



Seriously?



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to