Custom sorting question

Brian Yennie briany at qldlearning.com
Thu Apr 20 14:43:44 EDT 2006


See if this helps - the idea is you need your function to return the 
position you want that item in.

...
sort lines of tRawData numeric by termOrderSort(each)
...

function termOrderSort pTerm
   return itemOffset(item 1 of pTerm, lSortOrder)
end termOrderSort


More information about the use-livecode mailing list