index
class asIOutputStream { public: void Write(const char *text); };
void Write(const char *text);
Write is called to send a text string to the stream.
text
The text string that is sent.
top