PalAttrAdd

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber PalAttrAdd(SalString sName, SalString sValue, ref SalString sAttr)

Applications and the framework call the PalAttrAdd method to add a string attribute to an attribute string.

Parameters

Name Description
SalString sName Name of the attribute
SalString sValue Value of the attribute
ref SalString sAttr The attribute string. Upon returning, PalAttrAdd has appended the new attribute to the end of the attribute string.

Returns

This method does not return a value.