TextString property

Sets or returns the text string for an Attribute, AttributeDef, or Text object.

Syntax

stringVariable = object.TextString

where:

     stringVariable is a String representing the text contained in the applicable object;

     Object is the name of a Text object or an object containing text.

Example...

TextString property example