Posts: 1,769
Threads: 410
Joined: Feb 2003
Is there a way I can make the following outp command equal to a variable without having to do 4 or 5 line x+... steps?
outp "n 5r %s.5r> %s.txt" r r
Thanks
Posts: 12,092
Threads: 142
Joined: Dec 2002
str x.format("n 5r %s.5r> %s.txt" r r)
Posts: 1,769
Threads: 410
Joined: Feb 2003
AWESOME!!!
thanks!
PS: QM is the reason I won't buy a Mac!