HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
260 Chapter6
USING VPLUS INTRINSICS
INTRINSIC DESCRIPTIONS
of the MDT feature.
The following examples illustrate a call to VBLOCKREAD using common programming
languages:
COBOL:
CALL “VBLOCKREAD” USING COMAREA @ BUF LEN ACTLEN TMODE LOC BC TC.
BASIC:
CALL VBLOCKREAD(C(*),B1$,L1,L2,M1,L(*),U1,U2)
FORTRAN:
CALL VBLOCKREAD(COMAREA,BUF,LEN,ACTLEN,TMODE,LOC,BC,TC)
SPL:
VBLOCKREAD(COMAREA,BUF,LEN,ACTLEN,TMODE,LOC,BC,TC);
Pascal:
VBLOCKREAD(COMAREA,BUF,LEN,ACTLEN,TMODE,LOC,BC,TC);