SV: Witango-Talk: <@FILTER> and number of char

2005-02-10 Thread Bengt Bredin
Of course, those quotes again ….. Thanks Robert !     Bengt   Try <@FILTER ARRAY="AllParameter" EXPR="(#1 >= 'M0') and (#1 <= 'M9')" SCOPE="request"> <@FILTER ARRAY="AllParameter" EXPR="(#1 >= 'M') and (#1 <= 'M')" SCOPE="request"> Quote your strings, one letter strings may b

Re: Witango-Talk: <@FILTER> and number of char

2005-02-10 Thread Robert Garcia
Try ARRAY=807F,,807F"> EXPR="(#1 >= 'M0') and (#1 <= 'M9')" SCOPE=,807F,">> ARRAY=807F,,807F"> EXPR="(#1 >= 'M') and (#1 <= 'M')" SCOPE=,807F,">> Quote your strings, one letter strings may be evaluated as variables, see docs on <@calc> and expression evaluation. I would e

Witango-Talk: <@FILTER> and number of char

2005-02-10 Thread Bengt Bredin
Is there a minumum char length in EXPR inside <@FILTER> of 2 ? <@FILTER ARRAY="AllParameter" EXPR="(#1 >= M0) and (#1 <= M9)" SCOPE="request"> works fine, but <@FILTER ARRAY="AllParameter" EXPR="(#1 >= M) and (#1 <= M)" SCOPE="request">   returns Error An error occurred while pro