|
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
REF(VarId) VarOrArray
REF(LogicalProperty Entity) VarOrArray
Description
Declaration of an alphanumeric variable or array named VarOrArray, with the same definition as VarId (same type, same length and same number of decimal places).
The REFLogicalProperty Entity syntax is used in particular to refer to a logical property of an entity that is not manipulated in the program.
Warning: If VarId is an array, the array dimensions are ignored.
If VarOrArray is an array, the reference will indicate the type of element.
Example
REF(CustomerID) CustomerIDBis
REF(ItemID) ItemIdArray(10)
REF(CustomerID) CustomerID3
REF(SQTY_STOCK STOCK) MyQuantity
REF(SCOD_ARTICLE STOCK) MyArticleCode