Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_outtext() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_OUTTEXT()

 DESCRIPTION

 C_OUTTEXT() draws a character string on the screen in an outward
 direction at a specified row and column.  This gives the appearance
 of the text being scrolled outward.

 SYNTAX

 C_OUTTEXT(row, col, string [,color])

 PARAMETERS

 row (N) is the starting row for the string.

 col (N) is the starting column for the string.

 string (C) is the character string to draw.

 color (C) is the color to display for the character string.  If
 color is not specified, the current Clipper color is used.

 RETURNS

 There is no return value.

 EXAMPLES

 s1 = "Draw this line of text in an outward direction"

 c_outtext(10,40,s1,"W/R")     && Draws at 10,40 in white on red


See Also: C_INTEXT() C_PUSHTEXT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson