[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
AT()

    AT() returns a number showing the starting position of a character
    string within a second string.  The contained character string is
    called a substring.  If the substring is not contained within the
    character string, the function returns a zero (0).

Syntax

    AT(<exp C>,<exp C>)

Example

    ? AT('been','Chillee beenee') returns the value 9.

See Also: RAT STRTRAN() SUBSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson