Invalid numeric conversion of a string attempted.

#3032   Compile-time error

Invalid numeric conversion of a string attempted.

Additional Information

The value of 'X Y Z' is too large to fit into an OmniMark counter.
    where X is the string, Y either 'BASE' or 'BINARY', and Z either the radix or byte-ordering, respectively.
    or
Only character values between 0 and 255 in described sequences are allowed, but the value encountered is 'X'.
    or
Attempting to convert a zero length string into a numeric value.

Recovery

Compilation continues but no compiled source code file will be saved.

Explanation

The absolute value of a numeric value must be less than 2 ** 31 (2 to the 31st power).