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

Only an administrator can execute the setSystem command.

Examples

$ setSystem("rows", 30);
$ setSystem("width", 200);