GetMultiText Method (TextField)

Class

TextField.

Action

Returns the specified lines of text in the multi-line text field.

Syntax

multiText = textField.GetMultiText([StartLine, numberOfLines])
Variable Description
multiText List(Of String).
StartLine Optional: The number of the first line to return. The value is zero-based. Integer.
numberOfLines Optional: The number of lines to return. Integer.