Loading...
Select Version
&pagelevel(4)&pagelevel
The integer variables (#I0..#I20
) are used to store positive or negative integer values. The largest possible value is 2147483647
(231 - 1).
The integer variables can be supplied with values by means of the @SET statement (Format 1) and with @GETVAR. @STATUS can be used to output the content of integer variables on screen. @IF (format 2) is used to evaluate the values of integer variables within EDT procedures.
When EDT is started, all the integer variables are preset to the value 0
.