.SHAPE GET NAME
Gets the name of the "current" Shape Object.
Usage:
PASS <shape_name> FIELD SHARE? Y
GOSUB OCD .SHAPE GET NAME
* Check for error
IF OCD .SHAPE GET NAME NE
Description:
This gets the name of the "current" Shape Object. It will be returned in the <shape_name> parameter.
The <shape_name> is required, and the subroutine will cancel if it is not received. Also note that it must be passed with the SHARE flag set to "Y" to get the returned value.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-10-20