   
       **               **        ****       **
    **    **         **    **     ** **      **
   **      **       **      **    **  **     **
  **        **     **        **   **   **    **
  ************     ************   **    **   **
  **        **     **        **   **     **  **
  **        **     **        **   **      ** **
  **        **     **        **   **       ****

  AAN- Agenda And Notes
  by Alan Hamlett

Description:
 A text editor with automatic wordwrap, unlimited text file size(unless you run out of ram), and lets you edit files after
 you save them. You can scroll through the text by page or by line. I have made a new routine to edit the text with a cursor
 where you can delete and type letters while you are viewing the text.

Buttons:
 While Reading:
  MODE=exit
  UP=scroll up by one line
  DOWN=scroll down by one line
  LEFT=scroll up by one page
  RIGHT=scroll down by one page
 While Editing:
  2nd=type text
  MODE=exit
  DEL=delete char that cursor is under
  LEFT=move cursor left one char
  RIGHT=move cursor right one char
  UP=move cursor left 15 chars
  DOWN=move cursor right 15 chars

Contact Info:
 author:  Alan Hamlett
 email:   calc83p@yahoo.com
 website: http://83p.tigalaxy.com/
 aim sn:  calc83p

Version History:
 08/24/2001 : AAN v1.0 - only let you view the text and not edit it and the wordwrap feature was buggy
 02/13/2002 : AAN v2.0 - updated the wordwrap feature and got rid of all the bugs
 04/06/2002 : AAN v3.0 - decreased the size and fixed some bugs
 04/12/2002 : AAN v4.0 - added some new features and supported AANSARCH, a word search, but still cant edit text with cursor
 08/25/2002 : AAN final version - new routine to edit text by scrolling through it with a cursor while viewing it!