Integer Numbers

An integer number is a positive whole number, a negative whole number, or zero. Siebel eScript recognizes the following:

  • An integer constant or an integer literal in decimal, hexadecimal, or octal notation.

  • A decimal constant or a decimal literal in decimal representation.

You cannot write code that strongly types a variable as an integer. You can write code that uses the float primitive or the value of the float primitive as an integer. For more information, see Using Strongly Typed and Typeless Variables.