SETCONFIG
PURPOSE:
Sets the Configuation Parameter Keyed String Array
or Set a single entry in the Configuation Parameter Keyed String Array
STATEMENT SYNTAX:
{stno} SETCONFIG str expr
or
{stno} SETCONFIG S$,K$,str expr
EXAMPLE
SETCONFIG "system","temproot","C:\TEMP"
0120 SETCONFIG K![ALL]
NOTES:
The parameter array is normally loaded via the
CONFIG function then minor changes
are made and the SETCONFIG is used to save the param array.
SEE:
Configuration KSA  
CONFIG  
LOADCONFIG  
SAVECONFIG