home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / bus / auto.do < prev    next >
Text File  |  2006-10-19  |  1KB  |  38 lines

  1. Club 100 Library - 415/939-1246 BBS
  2. 937-5039 NEWSLETTER, 932-8856 VOICE
  3.  
  4. The program "AUTO.BAS" is designed to work with a CRDFIL template, and should
  5. be stored in your computer as AUTO.BA. Create a CRDFIL template under the name
  6. MILES.DO.  AUTO.BA assumes that you will use the following field names in the
  7. template:
  8.  
  9. DATE: 
  10. MILES: 
  11. GALS: 
  12. COST: 
  13. DESC: 
  14. T. GALS: 
  15. T. COST: 
  16. MPG: 
  17. COST/MILE: 
  18.  
  19. The last four fields are not filled in when you enter data; these are the
  20. fields that AUTO.BA will calculate.
  21.  
  22. You need not know anything about programing to use the program. It looks for a
  23. file called "MILES.DO" and creates a file called "TEMP.DO while working.  When
  24. it has updated the file, it will kill the old file, and rename TEMP.DO as
  25. MILES.DO.  Users of the Tandy 200 will have to add a CLOSE: statement at the
  26. beginning of line 180, before the KILL statement, since the 200 cannot kill or
  27. rename any file that is still open.
  28.  
  29. You will also need to change line  155. My car had 5200 miles when I purchased
  30. it. Substitute your beginning milage for that value.  Use 0 for a new car.
  31.  
  32. This was a quick-and-dirty program for my own needs, so I haven't done any
  33. error checking. If there is no file called "MILES.DO," you will simply get an
  34. error message and be kicked back into BASIC.
  35.  
  36. I hope this is as useful and easy for you as it is for me.
  37.  
  38.