BY: simon DATE: 2002-Aug-03 12:25 SUBJECT: Passing parameters between code chunksThe manual seems to give the wrong argument order for in_vf and out_vf between the --exit/--endexit and --enter/--endenter directives.
I can get it to work, if I do (for example)
...
--exit
out_vf screen0 (VF01)
out_vf screen1 (VF02)
out_vf screen2 (VF03)
out_vf screen3 (VF04)
--endexit
...
but it chokes with the name/register the other way around, as specified in the manual. It's pretty obvious if you read the error message, but just in case it's causing problems...
ATB,
Simon.
|