home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v611docs.zip / VMAIN611.ZIP / VC10-AD < prev    next >
Text File  |  1993-10-08  |  2KB  |  38 lines

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