Sort problem
Sarah Reichelt
sarahr at genesearch.com.au
Sun Mar 21 22:05:59 EST 2004
I have frequently used sort with custom ITEM delimiters and it works
fine. I would guess it is the line delimiter that is causing the
problem.
Sarah
On 22 Mar 2004, at 4:54 am, J. Landman Gay wrote:
> 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
More information about the use-livecode
mailing list