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

     Usage: Formatted output into a string, using control string
            format specifications (see manual). The maximum number of
            parameters allowed is 10.

Parameters: Output_string .string. is the destination for output.
            Control_string .string. specifies the text and formatting
            of parameters.  Parameters .strings or ints. are used as
            specified by the control string.

   Returns: A copy of output_string after formatting.

See Also: printf search_string

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