|
VADELIA |
SADELIA |
WADELIA |
MADELIA |
CLASS |
|
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(I) (C/S) |
(B) (C) |
Section for use
DECLARATION
Syntax
NUM_E(Length,NbDecimals) VarOrArray
Description
Declaration of an extended numeric variable or array named VarOrArray, of length Length and with decimal places NbDecimals.
Length must be contained between 1 and 63.
The number of decimal places NbDecimals must be contained between 0 and 63, and be less than or equal to the length.
Example
NUM_E(15,2) Variable
NUM_E(15,3) Variable2
NUM_E(5,0) ArrayOfVar(10)