filter with a tab character

Richard Gaskin ambassador at fourthworld.com
Mon Feb 4 12:23:34 EST 2013


Klaus wrote:
> Am 04.02.2013 um 18:04 schrieb FlexibleLearning.com:
>
>> I have tab-delimited list and am trying to filter lines.
>>
>> Q1. How do we include a TAB character in the expression? Using filter with
>> "*\tsomeText" fails.
>
> use the contant TAB:
> ...
> filter tList with ("*" & TAB & "whatever")


While the filter command is seductively simple to use, if your rows have 
many columns and you're filtering on one several columns in, you may 
find "repeat for each" will be more efficient:

<http://article.gmane.org/gmane.comp.ide.revolution.user/72192/match=filter+tab+gaskin>


--
  Richard Gaskin
  Fourth World
  LiveCode training and consulting: http://www.fourthworld.com
  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
  Follow me on Twitter:  http://twitter.com/FourthWorldSys




More information about the use-livecode mailing list