<< CL_configGet Utilities CL_dataGet >>

CelestLab >> Utilities > CL_configSet

CL_configSet

Set the value of configuration parameters

Calling Sequence

CL_configSet(name, val)

Description

Parameters

name:

(string) Name of configuration parameter. (1x1)

val:

(string) Value of configuration parameter. (1x1)

Authors

See also

Examples

warning_mode = CL_configGet("WARNING_MODE")
CL_configSet("WARNING_MODE", "silent");
CL_configGet("WARNING_MODE")
CL_configSet("WARNING_MODE", warning_mode); // restore value

Report an issue
<< CL_configGet Utilities CL_dataGet >>