Write a section of data to an INI file using WritePrivateProfileSection API
Write a section of data to an INI file using WritePrivateProfileSection API
Rate Write a section of data to an INI file using WritePrivateProfileSection API
(1(1 Vote))
'Write a section in the user defined INI file
x = WritePrivateProfileSection("Karthik", "Grade=Best", "G:\myagent.ini")
'Note : When executing next line the previously written value Grade=best will be erased
x = WritePrivateProfileSection("Karthik", "[email protected]", "G:\myagent.ini")
End
End Sub
Write a section of data to an INI file using WritePrivateProfileSection API Comments
No comments yet — be the first to post one!
Post a Comment