HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
298 Chapter6
USING VPLUS INTRINSICS
INTRINSIC DESCRIPTIONS
position information, then deletes the cursor position information upon procedure
completion.
Example
COBOL
CALL “VGETSCPDATA” USING COMAREA
FIELDNUM SCREENROW SCREENCOL.
SPL
VGETSCPDATA (COMAREA,FIELDNUM,
SCREENROW,SCREENCOL);
These examples return the cursor position on the last read in the fieldnum, screenrow and
screencol variables.