Try OpenEdge Now
skip to main content
ABL Data Types Addenda
INT64 data type
 

INT64 data type

Starting with OpenEdge®Release 10.1B, ABL includes a 64-bit integer data type, INT64. This data type is separate from the existing 32-bit data type (INTEGER). The INT64 data type is compatible with all current functions and statements that currently support the 32-bit integer. That is, INT64 and INTEGER are interchangeable everywhere in ABL, except in parameters and return types for strongly-typed class-based methods where you want the type checking and where you control both the caller and callee routines.
* Display Format
* Related ABL functions
* INT64 in arithmetic and comparison operations
* Passing INT64 variables as parameters
* Determining when to use INT64 versus INTEGER
* Specifying not to use INT64