home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 058.lha / Amortize.doc < prev    next >
Text File  |  1986-11-20  |  2KB  |  35 lines

  1. Amortize.inf must be renamed to Amortize.info 
  2.  
  3. Amortize is a simple Amiga Basic program, which calculates and displays a
  4. schedule of payments for a typical loan situation.
  5.  
  6. Amortize allows you to display the schedule on your monitor or send the data
  7. to a printer for hard copy records. You can also store the schedule in an
  8. ASCII text file by selecting the SAVE option.
  9.  
  10. Amortize should be relatively bug-free, has pull-down menus for your options
  11. and is very easy to use. The program prompts you for information it requires
  12. and it does the rest. Select your output options before answering "YES" to
  13. the ready-to-print prompt or the program goes into a default (print to
  14. screen, no save) mode.
  15.  
  16. You can quit at any time by selecting the "QUIT" menu option, typing CTRL C
  17. or clicking on the close gadget in the upper left corner of the screen.
  18.  
  19. The printout is set for a parallel 80 column printer. The program sends
  20. pure ASCII, so most printers should work. Data is routed through the PAR:
  21. (thanks DJJAMES) device and the only oddball characters sent are an escape
  22. sequence for Star printers ('cause that's what I've got) to tell the
  23. printer to automatically do a formfeed at the end of a page (SOP) and
  24. chr$(12) formfeed characters.
  25.  
  26. Hope you like it, if there are any problems, let me know.
  27.  
  28. Dave Czaya (pro. sigh-ya)
  29.  
  30.                             -Dave-    PLink
  31.                             73445,407 CI$
  32.                             David Czaya (Software SuperMarket Amiga
  33.                                          section sysop - 716-873-5321 nites)
  34.  
  35.