#10649
LTT
Participant

Thank you.
I have some more questions and hope you will give a reply.

1.
I want to load the settings of the existing “X” configuration into the current one.


oCfg = document.Config;
oCfg.Load("X");
oCfg.Save();

But nothing happened.
How to use the Load method?

2.
I can add a configuration by using document.Config.Save(“X”).
But is there a macro way to delete a configuration?