SetTextBoxText
From Onset Developer Wiki
Description
Set the string of the specified text box.
Syntax
SetTextBoxText(textid, text)
Parameters
- textid
The text identifier. - text
The string of the text you want to show.
Return Value
- Returns true on success.
Example
SetTextBoxText(textId, "Update")