I'm trying to display a string (actually text it...) on an 86. What I want it to do is take the length of the screen, and then the lebgth of the string, and center the string on the screen. How do I go about this? I have tried (64-(lngth STRNG))/2->CENTER....but it doesn't seem to do what I need it to do....any help?