sds_retname

int sds_retname (const sds_name name, int flag);


Return this set or object to LISP.


This function returns the name of a selection set or object to LISP.

The argument name is the name of the object or selection set.

The argument flag can be:

Flag Meaning
SDS_RTENAME name is the name of an object.
SDS_RTPICKS name is the name of a selection set.

This function returns RTNORM (if it is successful) or RTERROR (when it fails or name is null).

Example

sds_name itsname;

int itstype;

sds_entlast(itsname);

sds_printf("\nsds_retname(itsname,itstype) returns: ");

sds_retname(itsname,itstype);

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)