copy everything except c and resid
Posted: Fri Feb 24, 2023 1:18 am
Hi.
I would like to copy everything from one wf (closed) to another existing wf (which is open) using copy, like this:
Copy old.wf1::q\* q\*
However, every time I do that I have to rename c and resid. Is there any way around that?
I tried drop-function so that I wont copy c and resid from old wf to the new one but it doesn't work for me.
%all = @Wdrop ("*","c resid")
Copy old.wf1::q\{%all} q\
Grateful for all help!
I would like to copy everything from one wf (closed) to another existing wf (which is open) using copy, like this:
Copy old.wf1::q\* q\*
However, every time I do that I have to rename c and resid. Is there any way around that?
I tried drop-function so that I wont copy c and resid from old wf to the new one but it doesn't work for me.
%all = @Wdrop ("*","c resid")
Copy old.wf1::q\{%all} q\
Grateful for all help!