|
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_P(Length,NbDecimals) VarOrArray
Description
Declaration of a packed 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_P(10,0) ArrayTest(8,5)
NUM_P(10,5) Var1