TextVar Object

Dynamic text object. The "TextVar" object builds on the "Text" object by deleting the "Text" property, which is set automatically, and adding the two properties in the table.

Property

Description

Format

Follows 'C' language standards. Use only numeric portion, e.g., "%8.2lf" becomes "8.2", "%8d" becomes "8". One exception: for BOOL variables the "$" string is converted into "NO"/"YES".

ValueEq

Equation (Simple or VBScript) attached to the object. The value is formatted and displayed at run time.