ReadString

This function reads a string key in the opened file.

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

Parameters

Section

[in] Name of the section to read from.

KeyName

[in] Name of the key to read from.

Str

[out] Return the read string key value.

Return Value

0: success
1: failed, not accessible
 

Return to aaxIniFile Control