Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
consolebox
show or hide console box (Windows)
Calling Sequence
state1=console(state2) state1=console()
Arguments
- state1
returns console's state 'on' or 'off'
- state2
'on' or 'off' set console's state
'toggle' to switch between console's state
Description
show or hide console box (Windows).
Examples
consolebox('off') state=consolebox() consolebox() consolebox('toggle') consolebox('toggle')
Report an issue | ||
<< dos | Windows tools | createGUID >> |