Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Product Enhancements › NetConfig › Reply To: NetConfig
The command is nfLoad and it takes several arguments that become array variables. You can find the code in
Here’s a usage snippet:
global HciSiteDir
set fsNetconfig [file join $HciSiteDir NetConfig]
nfLoad $fsNetconfig aProcData aConnData aXltData klPrologue
set procNames [array names aProcData]
# get the process data for the first process in the list
set procData [array get aProcData [lindex $procNames 0]]