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 - substr (string, start_pos, [length]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
substr (string, start_pos, [length])

     Usage: Extracts a substring from a string.

Parameters: String .string. is the string from which to extract.
            Start_pos and length .ints. specify the substring to
            extract. Character positions start at 1.  If length is
            omitted, everything after start_pos is included.

   Returns: The specified substring.

See Also: search_string index rindex

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