
338 Chapter6
USING VPLUS INTRINSICS
INTRINSIC DESCRIPTIONS
SPL/PASCAL
INTEGER FIELD,ITEM;
:
FIELD:=4;
ITEM:=25;
VPUTINT(COMAREA,FIELD,ITEM);
The calls shown above convert an integer value of 25 in the application to the external
representation and copy it to field 4 in the data buffer in memory.