
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_pushtext()
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
C_PUSHTEXT()
DESCRIPTION
C_PUSHTEXT() 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 pushed outward one character at a time.
SYNTAX
C_PUSHTEXT(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 with an outward, pushing effect"
c_pushtext(10,40,s1,"W/R") && Draws at 10,40 in white on red
See Also: C_INTEXT() C_OUTTEXT()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson