Filtering Columnar Data
Mark Schonewille
m.schonewille at economy-x-talk.com
Mon Jul 16 16:07:18 EDT 2007
cough/still doesn't work/cough
sorry
Best regards,
Mark Schonewille
--
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http;//www.salery.com
Quickly extract data from your HyperCard stacks with DIFfersifier.
http://differsifier.economy-x-talk.com
Op 16-jul-2007, om 22:02 heeft Mark Schonewille het volgende geschreven:
> Sorry, I forgot an essential line...
>
> function quickSortAndFilter theData,theItemNr,theFilter
> set the itemDel to tab
> sort theData by (item theItemNr of theData is not theFilter)
> repeat for each line myLine in theData
> if item theItemNr of myLine is theFilter then
> put myLine & cr after myNewData
> else
> exit repeat
> end if
> end repeat
> return myNewData
> end quickSortAndFilter
>
> Best regards,
>
> Mark Schonewille
More information about the use-livecode
mailing list