copy all series
Posted: Sun Apr 29, 2018 6:19 am
Hi
Is there a way to copy all series from one page to another with one command line, for example
instead of using the commands:
Thomas
Is there a way to copy all series from one page to another with one command line, for example
Code: Select all
copy(series) * ka\*
Code: Select all
%allseries=@wflookup("*","series")
for %s {%allseries}
copy {%s} ka\{%s}
next