9.56
INSTR - Returns the position of a substring in a string
Arguments are: string,pattern.
Argument(s)
2, String String
Result type
Integer
See also
POS
Category
String handling
Example:
C:> ASET -p X := INSTR('ABCDE','C') X=3