Previous Topic: DateNext Topic: Literals


Constants

Integer values can be specified as in the C/C++ programming languages. The following table provides information on the syntax and base:

Syntax

Base

Nnn

decimal

Onnn

octal

Oxnnn or OXnnn

hexadecimal

n is a digit in the proper base.

Note: MIF does not support floating-point values.