I have a program that processes a file of lines. It takes one line at a 
time and Does Things.

Some of the lines are plain:

three mice

While some of the lines have semicolons:

three;mice

For the semicolon'd lines, I need to remove the semicolons and
surround them with  %22, like so:

%22three mice%22

but I do NOT surround the non-semicolon'd lines with %22.

This is probably stupid easy but I can't even get my fingers around the 
problem. Any hints
would be appreciated.

Thanks,

Tara


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to