Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (R)
Guardian Procedure Calls Reference Manual522629-013
13-20
READEDITP Procedure
Example
error := READEDITP ( filenumber, record^num, line^image,
line^maxlength, line^actual^length );
IF error THEN ... ! handle error
IF line^actual^length < 0 THEN ... ! buffer (line^image)
! too small for return
! value
Related Programming Manual
For programming information about the READEDITP procedure, refer to the Guardian
Programmer’s Guide.