Page 1 of 1

WFCREATE two pages + copy variables between WF-pages

Posted: Mon Apr 11, 2016 5:39 pm
by Kavorka
Hi!

Code: Select all

WFCREATE(WF=Testing, page=page_A) U 1000 genr y = nrnd
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:

Code: Select all

WFCREATE(WF=Testing, page=page_A, page = page_B) U 1000
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

Re: WFCREATE two pages + copy variables between WF-pages

Posted: Tue Apr 12, 2016 12:26 am
by trubador
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 1000
Not at the same time. You need to create page B separately.
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
Then it is time for you to have a look at the manual.