PosW

Description

Finds one string within another string.

NoteObsolete function PosW is an obsolete function. It has the same behavior as Pos.

Syntax

PosW ( string1, string2 {, start } )

Returns

Long. Returns a long whose value is the starting position of the first occurrence of string2 in string1 after the position specified in start.