+------------[ JBank v1.0 ]-------------+
| Author: Jon Eriksson			|
| E-mail: jon80@home.se			|
| Date: 2000-06-14			|
|					|
|					|
| * What is Jbank? *			|
| Jbank is supposed to help you 	|
| save some money =), no not realy	|
| this little program uses a graphical	|
| interface to let you enter incomes	|
| and expenses.				|
|					|
| * Keys *				|
|   Y= : Quits the program		|
|   UPARROW : Moves the marker up	|
|   DOWNARROW : Moves the marker down	|
|   ENTER : Enter a new value on a row	|
|   CLEAR : Deletes a row, but saves	|
|	    the value of it in the Total|
| 					|
| * 1st time *				|
| Not much to say, huh? All values in 	|
| Jbank is reseted to 0. You have to 	|
| navigate up and down with the arrows	|
| and choose what collumn you want to 	|
| edit. To edit, just press enter	|
|					|
| * Files/Variables needed *		|
| The JBank saves all data in a list	|
| so you can turn off your calculator,	|
| and JBank without loosing any 	|
| information. This is what's used by	|
| JBank, don't change them if you're	|
| not used to the LIST, or Strings	|
|  -> JBank.83P <- Jmarket program	|
|  -> Jbank.83L <- List, all in/out	|
|  -> JTot.83L <- Saves the Total In/out|
|  -> Str1 to Str5 <- Saves the Notes	|
|		      of each in/out..	|
|					|
| * Feature list *			|
|  -> More posts? (theoreticly 10 posts |
|	should be able to work		|
|  -> Any ideas?			|
|					|
| * Versions *				|
|  -> 1.0				|
|     Released: 2000.06.15		|
|	[] Added a clear function	|
|	[] Adds values of cleard rows to|
|	   the Total value		|
|	[] Bug fixes			|
|  -> 0.8				|
|     Released: 2000.06.14		|
|     First public version		|
|  -> 0.7				|
|     Released: Not for public		|
|     Basicly the first working version |
+---------------------------------------+