Skip to content

Integer datatype

Include: Built in; no package required.

Integer is a signed 4 byte integer type in DataFlex.

Size

4 bytes.

Range

-2,147,483,648 to 2,147,483,647.

Example

Integer iCount
Move 42 to iCount