TEXTRANGE Data Type

Specifies the location of a portion of text within an instance of the TextField class. 4Test defines this record data type as follows:

[-] type TEXTRANGE is record
	[ ] INTEGER iStartLine
	[ ] INTEGER iStartCol 
	[ ] INTEGER iEndLine 
	[ ] INTEGER iEndCol

All parameters are zero-based.

Note: Tabs count as a single character.