PalAttrAddNumber

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 PalAttrAddNumber(SalString sName, 
SalNumber nValue,
ref SalString sAttr)

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

Parameters

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

Returns

This method does not return a value.

Comments

This method only works for integers.