TranslateApplicationAttributeForDisplay

Returns a user-readable string that represents the value of a given application setting attribute. You must pass the raw value of the attribute.

Syntax

<HsvMetadata>.TranslateApplicationAttributeForDisplay(sAttributeID, varAttribValue)

Argument

Description

sAttributeID

Integer (ByVal). The ID of the attribute. Valid values are represented by the HFMConstants enumeration tagAPPSETTING_ATTRIBS, which is described in Application Setting Attribute ID Constants.

varAttribValue

Variant (ByVal). The raw value of the attribute. To obtain an attribute’s raw value, use GetApplicationAttribute.

Return Value

String. The string that represents the attribute value.

Example

TranslateApplicationAttributeForDisplay is used in the example for GetApplicationAttribute.