>Bonsoir Yves,
>
>try this
>
>...
>put fld "myData" into tData
>  repeat for each line l in tData
>     if char -3 to -1 of l is not "(*)" then
>         put l & CR after cleanedup
>     end if
>  end repeat
>put cleanedup into fld "tData"
>...
>
>Is billion times faster than parsing the field and deleting
>these chars in the field directly.
>
>
>Au revoir
>
>
>Klaus Major
>[EMAIL PROTECTED]
>



Thank you very much.
-- 
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to