How do you center text in StaticInput

Started by DD Games, January 17, 2010, 11:50:45 AM

Previous topic - Next topic

DD Games

I am trying to center all my text to the center of the screen but I can't center the text in the StaticInput. Can anyone figure this out?

kevin

#1
PlayBASIC Code: [Select]
 #include "input"



Setcursor 400,100

T$=StaticInput(">")