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

     Usage: Convert character to ASCII value or convert a string of
            digits to an integer value.

Parameters: Str .string. is to be converted to an integer.
            Standard .int. is a flag: non-0 or omitted if a string
            of digits is to be converted, 0 if just the first
            character should be converted to its ASCII value.

   Returns: .int. result of the conversion.

See Also: sprintf

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