Program: 	ZTEXT (ZT)
Version: 	1.0
Author: 	Erik Bergstrm
Platform:	Ti83
Size:	Ti83	547 bytes
---------------------------------
1. INSTALLATION
---------------
Send the file ZT.83p to your ti83 :)
Don't work on 83+

The other files...
MEMCLR.83p	- shows the Mem Cleared message on the screen
SWECHAR.83p	- an example of using the swedish  characters


2. HOW TO USE
-------------
To write Hello on the screen type:
"0AHln(elloEnd"->Str1
Send(9prgmZT

ln( 	- the ln( button [LN]
End	- End (you can find it in the catalog menu or the prgm menu:)

The different commands you can use:
log(	- change to upper case (already selected when you start the program)
ln(	- change to lower case 
End	- the end of the text (your calc wont crash if you forget this :)
sin(	- 
cos(	- 
tan(	- 
sin-1(	- 
cos-1(	- 
tan-1(	- 

Important:
----------
The first two characters in the string is the position on the screen where you want to show the text. The first letter is the y-pos and is a number betwen 0-7 and the second is the x-pos and is a letter betwen A-P
So if you want to display a text 3 rows down and four cols out you simply type "3D" in the beginning of your text.texten 3 rader ner och fyra ut ifrn kanten s brja med "3D...
Se the example files for more info :)

When you use numbers you must be in the upper case mode ( [log(" ) and don't use +-*/= after log( or ln(. 




