Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>clear says</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLEAR SAYS
Remove the data displayed by @ ... SAY and @ PIXEL ... SAY
------------------------------------------------------------------------------

Syntax
#include "say.ch"
CLEAR SAYS

Arguments
None.

Description
This command removes the data displayed by the @ ... SAY and
@ PIXEL ... SAY commands, as described by the SayList array.

Example
#include "say.ch"
#define  C_GREEN  RGB( 0, 255, 0 )
#define  C_RED    RGB( 255, 0, 0 )
local     SayList := { }      // NOTE: needs to be initialised like this

@ 10, 1 SAY "Some sample text" TEXTCOLOR C_RED
@ 12, 1 SAY "Some more text"   TEXTCOLOR C_GREEN

// . . .

CLEAR SAYS               // removes the output


See Also: @ ... SAY @ PIXEL ... SAY SET DEFAULT SAY FONT

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