home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v612docs.zip / VC10D < prev    next >
Text File  |  1993-12-16  |  2KB  |  41 lines

  1. .TOPIC:                                            
  2. Buffer Operations & Use
  3.  
  4.                                             VBBS 6.12 Documentation -- 10-D-1
  5.  
  6.  
  7.          ╔════════════════════════════════════════════════════════════════╗
  8.          ║ CHAPTER TEN ANNEX D      BUFFER OPERATION & USE                ║
  9.          ╚════════════════════════════════════════════════════════════════╝
  10.  
  11.  
  12.                 In order to accommodate larger memo sizes VBBS uses a disk
  13.          file buffer in the format Bx.TMP, where x is the channel number
  14.          that the user is on.  This file is stored in the \VBBS dir. The
  15.          commands used to access the buffer are listed below.
  16.  
  17.          BUFFER APPEND ->  BUFFER APPEND <string1>
  18.  
  19.                 This adds <string1> to the present buffer.
  20.  
  21.          BUFFER CLEAR <---
  22.  
  23.                 This erases the contents of the present buffer.
  24.  
  25.          BUFFER EDIT <---
  26.  
  27.                 This command loads up the user's selected editor and puts
  28.            the current contents of the buffer into it.  Note:  When using
  29.            the full-screen editor the user can edit, add, or clear the
  30.            buffer.  The line editor will only allow you to add lines to
  31.            the current buffer or clear it.  The user can clear the buffer
  32.            by aborting out of either editor.
  33.  
  34.          BUFFER LIST <---
  35.  
  36.                 This prints the current buffer contents to the screen. If
  37.            the user is in ASCII mode then heart-code ANSI is not shown on
  38.            screen but remains within the buffer file.
  39.  
  40.  
  41.