Guardian Procedure Calls Reference Manual
GETINCREMENTEDIT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Related Programming Manual
Summary
The GETINCREMENTEDIT procedure returns the record number increment value for an IOEdit file.
GETINCREMENTEDIT is an IOEdit procedure and can only be used with files that have been
opened by OPENEDIT or OPENEDIT_.
Syntax for C Programmers
#include <cextdecs(GETINCREMENTEDIT)>
__int32_t GETINCREMENTEDIT ( short filenum );
• CEXTDECS (through the included file TNSINTH) defines 32-bit values as the typedef
__int32_t, which for TNS and TNS/R compiles is defined as long and for TNS/E compiles
is defined as int.
Syntax for TAL Programmers
increment := GETINCREMENTEDIT ( filenum ); ! i
Parameters
filenum
input
INT:value
specifies the file number of the open file of interest.
Returned Value
INT(32)
The record number increment value for the specified file, or 0 if the file is not open. The record
number is 1000 times the EDIT line number.
Related Programming Manual
For programming information about the GETINCREMENTEDIT procedure, see the Guardian
Programmer's Guide.
660 Guardian Procedure Calls (G)