/
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 (question) value will result in an unset attribute value.

 

Arguments


TypeNameComment
GENERICinstanceIdspecifies the actual instance to receive the attribute values
INTEGERnumberOfAttributesThe number of attributes to receive values
STRINGattrName(N)the name of the entity instance that defines the actual attribute definition
GENERICattrValue(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.