Drucegrove DragonFly User Manual 1.4
Page 51
Text Read Actions
The following attributes may be defined per read action if the Mode is set to “
Text
”:
StartText
Optional start text to look for.
Note: The data will be read from the first character after the start text.
StartInstance
Optional instance of the start text to look for.
StartOffset
Optional offset of the start position for the read.
EndText
Optional end text to look for.
Note: The data will be read up the character before the end text.
EndInstance
Optional instance of the end text to look for.
Note: The end text is only searched for after the position of the start text.
EndOffset
Optional offset of the end position for the read.
Note:If no EndText is specified and EndOffset positive, the end position is taken
as the start position offset by EndOffset. If no EndText is specified and
EndOffset negative, the end position is taken as the end of the data offset by
EndOffset.
Instance
Optional instance of the text found between StartText and EndText.
Contains
Optional text value that the text found between StartText and EndText must
contain.
ContainsCaseSensitive
Optional boolean value, false by default.
Determines if the Contains test is case sensitive.