pageselect, page tag not the right one
Posted: Mon Jun 22, 2015 6:16 pm
EViews8Patch_042715
in cmd window, "pageselect p2088" the page content is correct, however, the page tag is p2062, not the p2088
Code: Select all
pagecreate(wf=all,page=info) u 8
for !i = 2000 to 2100
pagecreate(wf=all,page=p{!i}) u !i
next
'pageselect p2088