set the "print setup" vie File/Print setup, text/table to custom, 50%
run the following code
- Code: Select all
wfcreate u 4
genr x = @obsid
spool sp01
sp01.append x
sp01.append x.line
and print the spool object sp01 in EViews. Then print setup will be changed: the text/table will be change to 100%.
I have checked the EViews32.ini
before print spool
Text Scale=page
Text Scale Percent=50
after print spool
Text Scale=fixed
Text Scale Percent=50
