Club 100 Library - 415/939-1246 BBS, 937-5039 Newsletter, 932-8856 Voice VIEW.BA/CO and ACCESS.BA by Fred Edelkamp VIEW.CO is a machine language program that allows you to veiw 60 characters of text at 10 lines on your Model 100. This means 600 characters can be displayed per screen, almost as much as the Tandy 200. Compare this with the normal 320 characters per screen. VIEW.CO is 1.4K and easy to use, HIMEM is set at 61600. It has full uppercase and lowercase characters with descenders. Characters below ASCII 32 " " are not shown and characters above ASCII 125 "}" are shown as ASCII 255. The TAB key is recognized as eight spaces. VIEW has word wrap on space and dashes. VIEW was written to supplement Pixel-mapping, to help find formatting errors. It was not my intent to write a text editor. My feeling was that a 4K utility would not be used as much as a 1.4K utility and that the Model 100 has a good text editor. VIEW.CO uses a basic driver, ACCESS.BA to initialize and set the word wrap. ACCESS.BA allows you to only enter the information once until you want to change something. CAUTION: Backup all files before running any M/L program! Example: You run VIEW.BA, it loads VIEW.CO. Then you run ACCESS.BA, you will see a list of your files and will be asked for a filename. Type a text filename (without extension) and press ENTER. Next you will be asked for a "Word Wrap" setting. Just press ENTER for the full 60 columns or enter your own setting. If you enter a number less than 10 or greater than 60 ACCESS.BA will default to 60. Next the screen will clear and display the first 10 lines of the text file that you selected. If you see something you need to change go to the text file and make an edit. When you return to the Menu just place the cursor on VIEW.CO and presto you will see the same text file again without using ACCESS.BA. The idea is that you will probably use VIEW.CO, then go to the text file, then back to VIEW.CO and so on. If you decide to change the word wrap or file you are using run ACCESS.BA again. If you enter a invaild filename ACCESS.BA will just return you to the Menu, well that's the idea! [F8] Takes you to the Menu [F4] Takes you into the text file that you are working with. [Up Arrow] Takes you to the start of file. Any other key will take you to the next page and the last line of the current screen is the first line of the next screen. Technical: The first part of VIEW.CO, 61600 to 62662 was compiled with TCOMP. The data for the character sets is stored from 62663 to 62950 at 3 bytes each.