Public Function GetProfileString( _ ByVal vKeyName As Variant _ , Optional ByVal vDefault As Variant _ , Optional ByVal vSectionName As Variant _ ) As Variant
Assuming Dim estWAPI As New WindowsAPI estWAPI.ProfileSectionName = "Sample Section" estWAPI.WriteProfileString("Convert From", "5 kilometers") = True for example estWAPI.GetProfileString("Convert From") = "5 kilometers"See also:
WriteProfileString Function GetProfileInt Function GetProfileSection Function GetPrivateProfileString Function ProfileSectionName Property GetProfileString Function (Windows API)vKeyName: Name of the String setting whose value is to be retrieved. 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.