Procedure OutTextXY (X,Y : Integer; Const TextString : String) ;
OutText puts TextString on the screen, at position (X,Y), using the current font and text settings. The current position is moved to the end of the text.
None.
OutText