Personal Finance Package
Level 1

Dumped by:  Ira Goldklang
Dumped on:  December 11, 2004

This packaged consists of 4 tapes, with 2 copies per side and 2 sides per tape, for a total of 4 programs with 16 copies.
The 4 tapes are:

1) Initialization Program
2) Checkbook Balancing Program
3) Monthly Budget Program
4) Budget Summary Program

Where possible, both programs on side 1 have been dumped, thus the "1" and "2" designator.  This was not always possible.

For convenience, SNAPSHOTS have been saved to save on the time for a Level 1 CLOAD

--------------

To convert to Level II:

1) Use the PROGRAM CONVERSION TAPE which can convert from Level 1 to Level 2

2) For all four packages, add the following line:

5 DIM A(100)

3) For "Checkbook Balancing" change line 572 to:

572 PRINT#-1,A(N);".";A(N+1);",";A(N+2)

4) For "Budget Summary" make the following changes:

290 X=64:FORN=0TO10:PRINT@X,N;:PRINT@X+7,"$";A(N);:X=X+64:NEXT N
300 X=86:FORN=11TO21:PRINT@X,N;:PRINT@X+7,"$";A(N);:X=X+64:NEXT N
310 X=108:FORN=22TO31:PRINT@X,N;:PRINT@X+7,"$";A(N);:X=X+64:NEXT N