EnterTextDialog Function

Opens a dialog box allowing the user to enter lines of text.

Arguments

Number Type Compulsory Default Description
1 string array Yes initial text and box caption

Argument 1

The argument specifies the initial text and the dialog box's caption as follows:
0 Initial text
1 Dialog box caption

Returns

Return type: string

The function returns the text entered by the user.