Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (H-K)
Guardian Procedure Calls Reference Manual522629-013
7-36
INCREMENTEDIT Procedure
specified as 1000 times the line number increment value. If this parameter is
omitted, the value 1000 is used. The possible EDIT line numbers are 0, 0.001,
0.002, ... 99999.999.
Example
In the following example, INCREMENTEDIT sets the line number increment value
to 10.
INT(32) increment := 10000D;
.
.
CALL INCREMENTEDIT ( filenumber, increment );
Related Programming Manual
For programming information about the INCREMENTEDIT procedure, refer to the
Guardian Programmer’s Guide.