Appends comments to INI data array. Returns the Command Key (Field 0) and the Data (Field 1) with comments and semicolons.
Type Return
A Variant Value
Syntax
Object.AppendDP5Comments ( varConfig, varComments)
The AppendDP5Comments Methods syntax has these parts:
Part | Description |
object | An expression evaluating to an Object of type modIniFile. |
varConfig | Required. A Variant Value. INI configuration data array. |
varComments | Required. A Variant Value. INI comment data array. |