Return to Statement


Delete Name Example

This example demonstrates the use of the DELNAM statement.

   ENTITY/OBJ(2)
OBJ(1) = LINE/0,0,1,1
OBJ(2) = POINT/2,2,2
&NAME(OBJ(1)) = 'LINE1'
&NAME(OBJ(2)) = 'POINT1'
DELNAM/OBJ
HALT