void options.SetOption(string,string)
Return Type: void
Parameters: string sKey, string sValue
Description:
This function sets the option indicated by sKey to sValue. The old value
is discarded. The key must already exist. If it does not, use the AddOption
function instead.
For an example, see options.
See Also: options