home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 427.lha / VLTautodialer_v.7BETA / addnum.doc < prev    next >
Text File  |  1990-10-07  |  2KB  |  51 lines

  1.     This is the doc file for the Phone book editor for the phone book for
  2. the latest version of VLT (V4.777). It requires ARexx v1.06 or better and
  3. RexxARPlib.library v2.3 or better.
  4.     This file is copyright 1990, Dan Sugalski. It may be redistributed with
  5. the archive in which it appears, which may be freely redistributed but
  6. not sold for profit, so long as that archive has not been altered from the
  7. original.
  8.  
  9.      The program is really very simple. It allows you to edit the phone
  10. book files for the autodialer included in this archive. The format of the
  11. phone entry is very simple:
  12.  
  13.         BBS_Name Phone_number Macro_name Parity Strip?
  14.  
  15. note that in the current version of the autodialer (beta .7) the phone
  16. entry line is delimited by spaces. The phone book editor will automatically
  17. replace spaces in the BBS name with underscores.
  18.  
  19.     The operation of the editor is very straightforward. Enter the name,
  20. number and macro name into the gadgets, and select the appropriate parity
  21. and strip mode. Note that, though this version does not delete, any entry
  22. with an empty (no spaces even) BBS name will not be saved to the output
  23. file.
  24.  
  25.     This program reads and writes to a file called 'S:VLTPhone', which is
  26. read by the autodialer. (Next version may contain a user selectable
  27. filename). If this file does not exist, then it is created for you.
  28.  
  29.     The four gadgets at the bottom of the screen control the program and
  30. perform as might be expected. Note that you cannot back up past record 1 or
  31. advance past the end of the file. To add another entry, choose "New" and a
  32. new record will be appended to the end of the file.
  33.  
  34.     Changes are only saved to the disk file when the "Save" gadget is
  35. selected.
  36.  
  37.     Oh, yeah, whenever any of the non-string gadgets are selected, all the
  38. gadgets are redrawn. I realize that this is both messy and slow, but it
  39. will be fixed (hopefully).
  40.  
  41.  
  42. Bug reports and flames to
  43.  
  44.         Dan Sugalski
  45.         617 W 8th ave (through Sept 20, 1990 at least)
  46.         Eugene, OR 97402
  47.  
  48.         or on BIX as elian
  49.  
  50.  
  51.