Mike Walter wrote:
>    Do i = 1 to domains.0
>       changes=changes ,
>        '| CHANGE ANYCASE /'domains.i'/@'domains.i'/'    /* Insert @ */
>    End

I'm guessing the list of domains is long enough that a huge chain of
CHANGEs is exactly what Bob wants to avoid.

If you order them from shortest to longest, and specify the column range
to make the change in, you can avoid clobbering one change with
another.  I'd probably want to give the longer domain names precedence,
though.  A cascade of PICK|INSERTs feeding one big FANINANY would do the
trick in that case.

¬R

Reply via email to