LOADCONFIG
PURPOSE:
To load a configuration into a keyed string array
STATEMENT SYNTAX:
{stno} LOADCONFIG 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 DIM C!
100 LOADCONFIG "default",C![""]
200 LOADCONFIG "SM32.SM32",C![""]
SEE:
Configuration KSA  
CONFIG  
SETCONFIG  
SAVECONFIG