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


TypeNameComment
GENERICinstanceIdspecifies the actual instance to receive the attribute values
INTEGERnumberOfAttributesThe number of attributes to receive values
GENERICattrId(N)the instanceId 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.

Â