Skip to content

GET_ATTR_NAME ​

GET_ATTR_NAME returns the name of an attribute which is specified by ID.

Syntax ​

leo-grammar
CC "Core" GET_ATTR_NAME attrid:idValue.


#-->RESULT ecode:intValue attrname:strValue
CC "Core" GET_ATTR_NAME attrid:idValue.


#-->RESULT ecode:intValue attrname:strValue

Parameters ​

  • attrid (idValue) - the ID of the attribute is passed as argument attrid.

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • attrname (strValue) - the return variable attrname is set to the name of the attribute.

Details ​

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3