pagecopy to existing workfile
Posted: Tue Jun 23, 2015 5:40 am
EViews8Patch_042715
not able to pagecopy workfile page to an existing workfile
there will be two workfile hg, the first one has two pages, info and p0, the second has only one page, p9. I am expecting that there is only on hg workfile, with 3 pages (info, p0 and p9), say copy p9 to wf hg.
not able to pagecopy workfile page to an existing workfile
Code: Select all
wfcreate(wf=hg,page=info) u 8
pagecreate(wf=hg,page=p0) u 10
wfcreate(wf=ws,page=p9) u 9
pagecreate(wf=ws,page=p7) u 7
wfselect ws\p9
pagecopy(wf=hg,page=p9)