Skip to content

Char datatype

Include: Built in; no package required.

Char is a signed 1 byte integer type in DataFlex.

Size

1 byte.

Range

-128 to 127.

Example

Char iByte
Move -12 to iByte