Sort problem
J. Landman Gay
jacque at hyperactivesw.com
Sun Mar 21 13:53:21 EST 2004
The "sort container" command doesn't seem to work with customized item
and line delimiters. Can anyone else verify?
function sortRecords theData,theItem
set the lineDelimiter to "@"
set the itemDelimiter to "^"
sort lines of theData by item theItem of each
return theData
end sortRecords
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list