- May
- 13,741
- 209
How is it supposed to work? It has 8 parameters, right? None of these work.
And what are the differences among "restrict", "extract", and "remove"?
Code:
g:\tc14> type fleas.txt
My
dog
has
fleas.
g:\tc14> do i=0 to 6 (tpipe /input=fleas.txt /grep=%i,0,0,0,0,0,0,M)
TPIPE: The parameter is incorrect.
"/grep=0,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=1,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=2,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=3,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=4,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=5,0,0,0,0,0,0,M"
TPIPE: The parameter is incorrect.
"/grep=6,0,0,0,0,0,0,M"
And what are the differences among "restrict", "extract", and "remove"?