Find:




Syntax:

find pos,part in text

where: pos will have the position of the first occarance of the text part in
the text text or pos will return the value -1 if there are no match found.



Program Example:

a$="Example";
find pos%,"mp" in a$
{pos% will have the value 4}

Program File

Application File




Return

Last Updated: July 1998.