Gregory Lypny wrote:
> Hi everyone,
>
> How do I sort a subset of lines in a a field? I've tried the handler below,
> but it gives an error.
>
> on mouseUp
> set the itemDelimiter to tab
> sort lines 2 to 5 of fld "merged results" by item 3 of each
> end mouseUp
What error does it generate?
My guess would be that the parser isn't set up to handle chunk expressions
as sortable containers, so you may need to extract the lines, sort them, and
then re-insert them.
--
Richard Gaskin
Fourth World Media Corporation
Multimedia Design and Development for Mac, Windows, UNIX, and the Web
_____________________________________________________________________
[EMAIL PROTECTED] http://www.FourthWorld.com
Tel: 323-225-3717 ICQ#60248349 Fax: 323-225-0716
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.