NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Location

Finds the location of a substring in a string

Sample Source

i := Location "Needle" In "Haystack"
If i > 0 Then
   Say "Needle found at " + i
EndIf

Related Function(s):
   LastLocation;

Minimum version: 1.0