setSystem
Syntax
setSystem(paramName, paramValue)
Arguments
paramName is a string indicating the parameter name.
paramValue is the corresponding parameter value.
Details
Set the following system-wide parameters:
-
the maximum number of rows to display for an object in console
-
the maximum width of a row to display for an object in console
Note: Administrator priviledges are required.
Examples
setSystem("rows", 30);
setSystem("width", 200);