/
xpxPutAttrsBN
xpxPutAttrsBN
FUNCTION xpxPutAttrsBN (instanceId : GENERIC; numberOfAttributes : INTEGER; attrName1 : STRING; attrValue1 : GENERIC; ... ..., attrNameN : STRING; attrValueN : GENERIC) status : INTEGER;
The xpxPutAttrsBN function writes values to a number of attributes of a specified instance. The argument instanceId specifies the actual instance to receive the attribute values. The number of attributes to receive values is specified by the numberOfAttributes argument. For each attribute a pair of arguments must be specified, the attribute by its name and the attribute value. An indeterminate value will result in an unset attribute value.
Arguments
Type | Name | Comment |
GENERIC | instanceId | specifies the actual instance to receive the attribute values |
INTEGER | numberOfAttributes | The number of attributes to receive values |
STRING | attrName(N) | the name 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.