WriteString

This function writes a string key in the opened file.

WriteString (Section As String, KeyName As String, Str As String) As Long

Parameters

Section

[in] Name of the section to write to.

KeyName

[in] Name of the key to write to.

Str

[in] The string key value to write.

Return Value

0: success
1: failed, not accessible
 

Return to aaxIniFile Control