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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to