|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > String commands > !STR.- String Command > Instring - Find Commands |
Find Commands locate text within strings and return positions.
Find substring positionSearch from start or endCase-sensitive searchMultiple occurrences
Quick Example
; Find text position
STR.Find|Text|search|position
JIF.NotFound
MSGBOX Found at position:
See Also