; dxText example ; enable graphics mode Graphics 800,600,16 ; wait for ESC key before ending While Not dxKeyHit(1) ;dxPrint the dxText, centered horizontally at x=400, y=0 dxText 400,0,"Hello There!",True,False Wend