armacode.config.SetOption

armacode.config.SetOption(self, section, key, value)

Add key value pair to the config, automatically create section if it does not exist.

param section:Section of the setting
param key:Name of the option
param value:Value of the option.
returns:True on success.