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 - transfer (source_id, start_line, start_col, end_line, end_col) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
transfer (source_id, start_line, start_col, end_line, end_col)

     Usage: Gets a block of text from one buffer and inserts it into
            the current buffer.  The text is inserted at the cursor
            location.
            +--------------------------------------------------------+
            |WARNING: Hazardous to your program if incorrectly used. |
            +--------------------------------------------------------+

Parameters: Source_id .int. specifies the source buffer.  Start_line,
            start_col, end_line, and end_col .ints. are the boundaries
            of the rectangular block in the source buffer to be
            transferred.  Everything (including endpoints) in the
            block is included.

   Returns: Greater than 0 for success, 0 or less for failure.

See Also: copy paste cut

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