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

     Usage: Creates a new buffer.  The new buffer may be attached to
            a file (new or existing) if desired. Use set_buffer to
            make this buffer current.
            +--------------------------------------------------------+
            |WARNING: Hazardous to your program if incorrectly used. |
            +--------------------------------------------------------+

Parameters: Buffer_name .string. is the name for the buffer.  It may
            be at most 12 characters. edit_file makes the buffer
            name the same as the file name, but you can use anything
            you wish.  File_name .string. is the file name to attach,
            or NULL to attach no file at all. System .int. is 1 to
            make the buffer a system buffer or 0 to make it a
            non-system buffer.  System buffers have special
            restrictions (see manual).

   Returns: The buffer id .int..  0 is returned if the buffer
            could not be created (only if the file name was invalid).

See Also: attach_buffer delete_buffer set_buffer

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