Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - index (string_to_search, pattern) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
index (string_to_search, pattern)

     Usage: Locates the first match of pattern in string_to_search.
            Character positions start with 1. The result is undefined
            if pattern is a null string.  See search_string to search
            a string using regular expressions.

Parameters: String_to_search and pattern .strings..

   Returns: If pattern is found, the position in string_to_search,
            0 if not found.

See Also: rindex search_string

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson