INISectionWriter: AddResource |
Adds a key-value pair into the writer in preparation of creating an INI section.
Public Sub AddResource( ByVal Key As String, ByRef Value As Variant )
If an object is passed in, then it must implement the IObject interface or an exception will be thrown. All other datatypes will be converted to their normal string value.