Skip to content

BigInt datatype

Include: Built in; no package required.

BigInt is a signed 8 byte integer type in DataFlex.

Size

8 bytes.

Range

-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Example

BigInt iValue
Move 9223372036854775807 to iValue