[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
index(s1,s2)                 index of s2 in s1

    Return position of string s2 in string s1.  For Example:

    s1 = "The position of the second";
    s2 = "position";
    s3 = "first";
    index(s1,s2) ==> 5
    index(s1,s3) ==> 0

See Also: insert deletec substr
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson