text stringlengths 0 99.6k |
|---|
" 32. Scroll |
" The up and down cursor scroll the listing when repeat enabled. |
" Notes: The commands Change, Dump, Find, Flist, Read, Trace, |
" Directory (>$) can be pauseed, held, or stopped. |
" Graphics Business |
" Shift 6 H d display. |
" < 9 Continue dispaly. |
" Stop Stop Stop display. |
CHECK VERIFIER |
This program will keep a record of all outstanding checks and |
deposits, as well as, balances for checking and savings accounts and |
allow you to reconcile your checking account with the bank statement. |
This program is menu driven and has successfully been used for |
years. One recent addition has been formatting commands for a 1526 |
printer. If you don't have this printer you will need to remove these |
lines. |
The first time you use this program,it will stop because it won't |
find the required data file. Simply type "cont". The program |
automatically generates a back-up data file. |
Please address any comments or questions to me by Easyplex through |
my user id. |
Bill Getz |
The following programs and tips are examples of ways to make your |
BASIC programs look more structured. |
First of all it is always best if you are writing a large program to |
break it up into several subroutines. These subroutines could make use |
of variables so as to function differently depending on what part of |
the program is calling them. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.