sorting question

Dave Kilroy dave at applicationinsight.com
Wed Sep 24 04:40:07 EDT 2014


Sounds like you've sorted it Larry :)

For others wondering what the cause was, it was likely that the spaces in
each item were confusing things - so if they are removed prior to the sort
it all works fine (they can be put back in after...)

on mouseUp
   replace space with empty in fld fldTest
   sort items of fld fldTest
   replace comma with ", " in fld fldTest
end mouseUp



-----
"Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare & Hugh Senior

--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/sorting-question-tp4683684p4683687.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list