Code: Select all
WFCREATE(WF=Testing, page=page_A) U 1000
genr y = nrnd
However, if I both want both page_A and page_B to be created, what syntax should I type? This does obviously not work but it gives you the idea:
Code: Select all
WFCREATE(WF=Testing, page=page_A, page = page_B) U 1000page_A and page_B
how do I copy the variable y from page_A to page_B?
For certain reasons I do only want to use syntax.
Thanks!
/P
