Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Long that represents the length, in number of characters, of text in the edit region of a TextBox. Read-only.
Syntax
expression .TextLength
expression A variable that represents a TextBox object.
Remarks
For a multiline TextBox, TextLength includes LF (line feed) and CR (carriage return) characters.