Hi all.
I've been tinkering with TPIPE to substitute spaces with "%20" in a text file containing an URL list.
But it doesn't work.
Either the space is removed and not substituted or my request is simply ignored.
Syntax I use is this:
TPIPE /REPLACE=0,0,0,0,0,0,0,0,0,"input-string","output-string" /INPUT=file1 /OUTPUT=file2
So you would think it would be easy to do this, but the %20 is confusing TCC.
I tried "%20", "%%20", `%20`, `%%20` and the same quoted, and also as %@CHAR[37]20...
I also used the escape character before the % (in my case ^X / ASCII 24) but it just doesn't work.
Anyone know why?
Thanks.
x13
I've been tinkering with TPIPE to substitute spaces with "%20" in a text file containing an URL list.
But it doesn't work.
Either the space is removed and not substituted or my request is simply ignored.
Syntax I use is this:
TPIPE /REPLACE=0,0,0,0,0,0,0,0,0,"input-string","output-string" /INPUT=file1 /OUTPUT=file2
So you would think it would be easy to do this, but the %20 is confusing TCC.
I tried "%20", "%%20", `%20`, `%%20` and the same quoted, and also as %@CHAR[37]20...
I also used the escape character before the % (in my case ^X / ASCII 24) but it just doesn't work.
Anyone know why?
Thanks.
x13