AREXX woes…
25-Aug-92 23:31:55
Sb: #27350-AREXX woes…
Fm: Black Belt Systems 76004,1771
To: Timothy P Trompeter 73730,1372
Tim, to pull things out of a quoted line, you might try this:
parse var incoming '"' outgoing '"';
This assumes that the variable INCOMING comtains this exact string:
"filename"
Then the output will be this exact string (in the variable OUTGOING)
filename
That should do it.
–Ben
…via AutoPilot