Thank you

I added the () to the end but it doesn't appear that the test is actually in the center. Is it just me or is it something with DBPro?
EDIT: Also on topic I used "ink rgb(0,255,0),rgb(0,0,255)" to try and color the text and the background, the text gets colored but not the background??
Rem Project: Dark Basic Pro Project
Rem Created: Sunday, April 03, 2011
Rem ***** Main Source File *****
x = screen width() / 2
y = screen height() / 2
do
ink rgb(255,0,0),rgb(0,255,0)
text x, y, "HEY"
wait 350
ink rgb(0,255,0),rgb(0,0,255)
cls
text x,y, "HEY"
wait 350
loop
Always program as if the person maintaining your program is a psychopath that knows where you live