WPPS

Public Function WPPS(Optional ByVal FileName As String = "", Optional ByVal Section As String = "", Optional ByVal KeyName As String = "", Optional ByVal NewValue As String = "") As String

Sets a value for a key in an ini-file. Has no return value (always empty string, even with exceptions).

WPPS "MySettings.ini", "Settings", "BrowseFolders", "1"
SendDebug GPPS("MySettings.ini", "Settings", "BrowseFolders") 'should print '1'

See also: