#10646
Yutaka Emura
Keymaster

Hello,

1. You will need to load the Config object into the memory before you can modify and save it. Please rewrite like this:

cfg = document.Config;
cfg.File.Delimiter = cDSV;
cfg.Save();

2. I will add Delimiter to the help index.

Thanks!