(8 out of 193)
SaAppendTheConsole
Appends the string to the message area of The Console.
Synopsis
#include "SaConsoleCalls.h"
void SaAppendTheConsole(char* text);
Arguments
- text
- A pointer to a string to append to The Console message area.
Return Values
None.
Description
SaAppendTheConsole displays the string passed in by the text
argument in the console messages area. If messages already exist, the new string is appended and scrolled into view. SaDisplayTheConsole should always be called so that the Console pops up.
See Also
(8 out of 193)