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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to