home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / disk_20.zip / NUDBMSX.ZIP / ADDACCT.PRG < prev    next >
Text File  |  1985-11-12  |  165b  |  10 lines

  1. *****   Program:  ADDACCT.PRG   *****
  2. * Add a new account to accounts.dbf
  3. set talk off
  4. set echo off
  5. use accounts
  6. set format account
  7. appe blank
  8. read
  9. return
  10.