xpxPutAttrs
Â
FUNCTION xpxPutAttrs (instanceId : GENERIC; numberOfAttributes : INTEGER; attrId1 : GENERIC; attrValue1 : GENERIC; ... ..., attrIdN : GENERIC; attrValueN : GENERIC) status : INTEGER;
The xpxPutAttrs function writes values to a number of attributes of a specified instance. For each attribute a pair of arguments must be specified, the attribute by its instanceId, i.e., the instanceId of the entity instance that defines the actual attribute definition, and the attribute value. . The instanceId of an attribute can be retrieved by the xpxGetAttrDefinition and xpxGetAttrDefinitionBN functions.                    Â
Â
Arguments
Type | Name | Comment |
GENERIC | instanceId | specifies the actual instance to receive the attribute values |
INTEGER | numberOfAttributes | The number of attributes to receive values |
GENERIC | attrId(N) | the instanceId of the entity instance that defines the actual attribute definition |
GENERIC | attrValue(N) | the attribute value. An indeterminate (?) value will result in an unset attribute value |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â