AppendAttribute

public SalNumber AppendAttribute(SalNumber nIndex, SalString sValue)

The AppendAttribute method appends a value to the existing value for an attribute.

Parameters

Name Description
SalNumber nIndex Number of the attribute that who's value should be appended.
SalString sValue Value that shall be appended to the existing attribute value.

Returns

The return value is the attribute number of the attribute whose value was appended.