#10651
Yutaka Emura
Keymaster

Hello,

When you do something like below, you can change the configuration properties for C++:

cfg = document.Config;
cfg.Load( "C++" );
cfg.File.Delimiter = "|";
cfg.Save();

You can’t add or delete a configuration by macros.