|
VADELIA |
SADELIA |
|
MADELIA |
|
(I/B) (C/S) |
(B) (S) |
|
(I) (C/S) |
Type
3.0 N
Use
Reserved word symbolizing the value -3, which is used to test the return code of an operation performed on a graphic list.
Value returned when a GRAPHIC_OBJECT variable's LIST property is used on a list whose interface functions have not been generated.
This reserved word cannot be modified by the programmer.
Example
GRAPHIC_OBJECT(LIST) MyLISTObjectVar
INSERT_ELT MyLISTObjectVar:LIST
IF &CODE_LST(MyLISTObjectVar:LIST) = *LST_NOT_EXTERN
...