SETSTATUSBAR
Syntax
SETSTATUSBAR(value)Arguments
Example
SETSTATUSBAR(TRUE)
//Enables the status bar

Was this helpful?
Enable or disable the status bar.
SETSTATUSBAR(value)value - Set to TRUE to enable the status bar.
SETSTATUSBAR(TRUE)
//Enables the status bar
Using scripts to control status bar visibility:

Was this helpful?
Was this helpful?