Hi Hugh,

Am 04.02.2013 um 18:04 schrieb FlexibleLearning.com 
<ad...@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")
...

> Q2. How do we specify a maximum numeric value? Using filter with "*[<18]"
> fails.

Sorry, no idea. 
Maybe with some RegeEx?

> Have tried reading up on Bourne Shell but am totally confused!
> 
> Thanks.
> 
> Hugh Senior
> FLCo

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to