|
| KiXtart Command Reference |
SETCONSOLEactionAllows you to change the display state of the command-prompt window in which KiXtart is running. syntaxSETCONSOLE("mode") parametersMode String that specifies the new display state. The following table shows the display states that are supported by this function.
remarksIf you hide the window, it does not disappear from the system, but remains active. returns
exampleIf SetConsole ("FOREGROUND") = 0 ? "Console moved to foreground......" Endif |