|
Purpose |
Sends a string to the console | ||
|
Old name |
#define _so trm_so | ||
|
Syntax |
trm_so(string) | ||
|
Parameters |
char* string |
Null-terminated string to send to console | |
|
Description |
The trm_so() function sends a string of characters to the screen. This function is normally only used where maps are not available, (for example it is used by sysdb and userdata), and is occassionally useful for producing diagnostics. You cannot send control characters,including new lines, to the screen with this function - you must use trm_co() instead. The effect produced by mixing calls to trm_so() and trm_co() with calls to higher level functions such as map_draw() and show() is somewhat dependent on the version of DP4 in use. | ||
|
See also |
|||
|
Example |
| ||