Add to an existing INI key entry.
Parameter 1: The INI file section name to be modified/added to.
Parameter 2: [INIADD]
Parameter 3: (not used)
Parameter 4: The KEY to add a value to in the INI file.
Parameter 5: The value to add to the key. See the note above about commas.
Parameter 6: (optional): If provided, the name of the INI file in the CONFIG directory to modify. If this parameter is not provided, SETTINGS.INI is assumed.
hspi_HAI,[INIADD],xxx,MyText,even more text to add to this entry,MyFile.ini
(This would add “even more text to add to this entry” to whatever was already set as the value of the MyText key in the hspi_HAI section of the MyFile.ini file.
Back to the Installation Script Index