SAVECONFIG

PURPOSE:
To save a keyed string array into a configuration.
STATEMENT SYNTAX:
{stno} SAVECONFIG str expr,ksaref{,err=stno}
where:
str expr is the name of a configuration file or registry configuration name.
ksaref is a reference to an element of a keyed string array (C![""])
EXAMPLE:
050 C![ALL]=CONFIG
100 SAVECONFIG "default",C![""]
200 SAVECONFIG "SM32.SM32",C![""]
SEE:
Configuration KSA    CONFIG    SETCONFIG    LOADCONFIG