|  LastLocation
 Finds the last location of a substring in a string Like all SIML string functions, is 1 based.  | Sample Source i := LastLocation "Needle" In "Haystack"
If i > 0 Then
   Say "Needle found at " + i
EndIf
 | 
 Related Function(s):Location;
 Minimum version: 4.8, build 20050916
 
 |