GET-INT64 function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the signed 64-bit value at the specified memory location as an INT64 value.
Syntax
|
- source
- A function or variable that returns a RAW or MEMPTR value. If source is
the Unknown value (
?), GET-INT64 returns the Unknown value (?). - position
- An integer value greater than 0 that indicates the byte position
where you want to find the information. If position is greater
than the length of source, the AVM returns the Unknown value (
?). If position is less than 1, the AVM generates a run-time error.
Example
The following example demonstrates how to get values in and out of RAW and MEMPTR values:
r-getint64.p
|
See also
INT64 function, INTEGER function, PUT-INT64 statement, GET-LONG function