Text Object - Set Text

Sets (changes) the text in a Text Object.

Action ID:
Action Category:
Action List Syntax:

75
Text Object
TextObject[<<OBJECTNAME>>].SetText (<<TEXT>>)

Settings

Object:

The name of the Text Object that whose text you want to set.

Text:

The new text that will be assigned to the Text Object.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_TEXT_OBJECT_SET_TEXT

MSG_ERR_TEXT_OBJECT_SET_TEXT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

Getting the current URL in a Web Browser Object

Getting the index of the currently selected item

Pausing between actions

Storing information in the Registry