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