setEcho |
Top Previous Next |
Putting of the issue form. The input window repeats all inputs which are written in the command line and spends issues of functions. With setEcho one is able to do this Behaviour of the input window change. E.G., the given orders cannot appear any more in the input window. Or no more warnings should appear. Parametre echo (int) [IN] The constants performed below describe the behaviour of the input window. The constants can be also given geodert. Result --- Declaration #include "system.h"
void DLLENTRY setEcho ( int echo ); Constants ECHO_MODE_MODEOFF 0 ECHO_MODE_OUT_TEXT 0 ECHO_MODE_MODEINPUT 1 ECHO_MODE_MODEEXEC 2 ECHO_MODE_MODE 3 ECHO_MODE_MODEON 3 ECHO_MODE_COORDS 4 ECHO_MODE_SUB 8 ECHO_MODE_VERBOSE 16 ECHO_MODE_OUT_POPUPTEXT 32 ECHO_MODE_OUT_STOPTEXT 64 ECHO_MODE_OUT 96 ECHO_MODE_OUT_DIAGS 96 ECHO_MODE_NO_CONDITIONAL 128 ECHO_MODE_NO_COND_ERROR 256 ECHO_MODE_SILENT 512 Related functions
|