Skip to content

IS_ATTRPROF_VERSION ​

IS_ATTRPROF_VERSION checks whether the given ID (objid) is a valid AttrProf version ID.

Syntax ​

leo-grammar
CC "Core" IS_ATTRPROF_VERSION objid:idValue . 


# --> RESULT is_apversion:[0|1]
CC "Core" IS_ATTRPROF_VERSION objid:idValue . 


# --> RESULT is_apversion:[0|1]

Parameters ​

  • objid (idValue) -

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • is_apversion (boolValue) - The return value is 0 if the ID is not an AttrProf version and 1 if the ID uniquely identifies an AttrProf version.

Details ​

Note: This functions does NOT return an ecode!

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3