|
VADELIA |
SADELIA |
|
MADELIA |
|
(I/B) (C/S) |
(B) (S) |
|
(I) (C/S) |
Type
3.0 N
Use
Reserved word symbolizing the value -2, which is used to test the return code of an operation performed on a graphical list.
Value returned when a GRAPHIC_OBJECT variable's LIST property is used on a list with a different definition (i.e. with a different number of columns or different column type).
This reserved word cannot be modified by the programmer.
Example
GRAPHIC_OBJECT(LIST) MyLISTObjectVar
NUM_P(5,0) MyNUMP50Var
ALPHA(5) MyALPHA5Var
LIST MyLISTObjectVar:LIST MyALPHA5Var MyNUMP50Var
INSERT_ELT MyLISTObjectVar:LIST
IF &CODE_LST(MyLISTObjectVar:LIST) = *LST_NOT_COMPAT
...