Intelligent sorting: A bit of a poser

Colin Holgate coiin at verizon.net
Thu Jul 1 08:41:11 EDT 2010


Darn, Klaus beat me by moments:

on mouseup
   put "img1" & return & "img10" & return & "img5" & return & "img6" & return & "img60"into imagelist
   sort imagelist numeric by char 4 to -1 of each
   put imagelist
end mouseup






More information about the use-livecode mailing list