Finds one string within another string.
Obsolete function PosW is an obsolete function. It has the same behavior as Pos.
PosW ( string1, string2 {, start } )
Long. Returns a long whose value is the starting position of the first occurrence of string2 in string1 after the position specified in start.