ZText v1.1

By: TI-Freakware
http://tifreakware.net
tifreak8x@hotmail.com

This has two files, depending on whether you want text to be displayed on the homescreen, or on the graph screen. 

If you want the Homescreen program, send ZT2 to your calculator. This file is 311 bytes in size, and easily takes the place of the input command, especially if you are looking for names.

If you want the Graphscreen program, send ZT1 to your calculator. This file is 314 bytes in size, and gives you an Input command like interface on the graphscreen.

Things to remember:

 - These two programs are in base form. This means they only set up variables, and they display the letters. They do not change any settings on the graphscreen, nor do they clear either the homescreen or the graphscreen.

 - Both programs uses the following variables: Str2 Q W K
It is recommended that you not store any important information in these variables for whatever game you are using them in.

 - You can change where you want the string to be displayed at, by simply changing the values at Disp and Text(, in their respective programs.

If you need assistance with these two programs, please feel free to email me @ tifreak8x@hotmail.com. I will respond as fast as I can (usually within one day).

If you do use these programs in your game/program, please give us credits for it. If you want to optimize these programs further, feel free. I spent a whopping 20 minutes on these the first time I made them, and then spent another 10 cleaning out some of the junk in the files. They are smaller now then when they were originally posted to the web, and use less in the way of string variables. Enjoy!


Updates for version 1.1:

	Took the time to optimize, did the following:
		removed the need for Str3 to be used by adding to Str2 directly
		removed the need for Str1 to be used by adding the contents of Str1 directly to the sub( line
		made the string with the letters in it smaller, and just had the calculator look for getkey value, -40

	Also added in error checking, will now just exit when the length of Str2 is just 1 character, or remove the first space character in Str2 if it is >1.