WFCREATE two pages + copy variables between WF-pages
Posted: Mon Apr 11, 2016 5:39 pm
Hi!
gives us the page_A with the variable y
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:
Moreover, when I have created both the pages:
page_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
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