> I *think* the way to do this is: > > string const paramStr = InsetIncludeMailer::params2string(params_); > params_.read(paramStr); > > Abdel...is this right, more or less?
Sorry that I am slow due to lack of sleep. How can I *set* option in this way? You basically convert params_ back and forth to string. Bo