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_intext() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_INTEXT()

 DESCRIPTION

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

 SYNTAX

 C_INTEXT(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 inward direction"

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


See Also: C_OUTTEXT() C_PUSHTEXT()

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