Public Function WriteProfileString( _
Optional ByVal vKeyName As Variant _
, Optional ByVal vValue As Variant _
, Optional ByVal vSectionName As Variant _
) As Boolean Assuming
Dim estWAPI As New WindowsAPI
estWAPI.ProfileSectionName = "Sample Section"
for example
estWAPI.WriteProfileString("Convert From", "5 kilometers") = TrueSee also: GetProfileString Function
GetProfileInt Function
WritePrivateProfileString Function
ProfileSectionName Property
WriteProfileString Function (Windows API)vKeyName: Name of the String setting whose value is to be written. Function returns Null if vKeyName is Null or cannot be fixed-up to a String. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.