Read
This method returns characters of a worktext object as string.
Syntax
Read (StartPos as Long, Length as Long) as String
Parameter | Description |
---|---|
StartPos | Position of the first character to return. |
Length | Number of characters to return.
Optional parameter. The default value is 1. |