[Top] [Prev] [Next] [Bottom]
[Contents]
SaAppendTheConsoleText
Appends the string to the message area of the console.
#include "SaConsoleCalls.h"
void SaAppendTheConsoleText(char* text);
Arguments
- text
- A pointer to a string to append to The Console message area.
Return Values
None.
SaAppendTheConsoleText 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.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.