> why can't you just let ifs = $newline (formatted to fit your screen) ?
Unfortunately that doesn't work in this case, my input is HTTP post data, which is a single line of URL-encoded text which I have to decode into multiple parameters of arbitrary length. Still, if no characters were getting lost, I probably can figure some way to work around the issue and stitch things together after they get split. uriel
