- Jun
- 570
- 4
I am trying to get TPIPE to replace text with text containing a dollar sign, and I cannot get it to work.
Without the dollar sign it works fine. I have tried all kinds of escape characters and back-quotes and the @char[36] function, and I cannot get it to work. The character $ seems to have a special function in the target string. Whenever there is one, I get an error message"
Is there more complete documentation someplace for TPIPE? I'm probably missing something basic.
tpipe /input=file /replace=0,0,0,0,0,0,0,0,0,{{2}},$1.00
Without the dollar sign it works fine. I have tried all kinds of escape characters and back-quotes and the @char[36] function, and I cannot get it to work. The character $ seems to have a special function in the target string. Whenever there is one, I get an error message"
TCC(30.00.22): C:\>tpipe /input=junk.txt replace=0,0,0,0,0,0,0,0,0,{{2}}, at least $1.00
The parameter is incorrect.
"replace=0,0,0,0,0,0,0,0,0,{{2}},"
Is there more complete documentation someplace for TPIPE? I'm probably missing something basic.