Sort problem

Martin Baxter martin at materiaprima.fsnet.co.uk
Sun Mar 21 15:58:34 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

It fails here too (winXP). The function always returns the exact same data
that it got. (And the result is empty).

Martin




More information about the use-livecode mailing list