LongPtr datatype¶
Include: Built in; no package required.
LongPtr is a pointer-sized signed integer type in DataFlex.
Size¶
Pointer-sized: 4 bytes on 32 bit targets and 8 bytes on 64 bit targets.
Range¶
Same as Integer on 32 bit runtimes and same as BigInt on 64 bit runtimes.
Example¶
LongPtr iValue
Move 0 to iValue
Notes¶
Use LongPtr for pointer-sized arithmetic or handle-sized values when the active target controls the storage width.