WriteNumber

This function writes a numeric key in the opened file.

WriteNumber (Section As String, KeyName As String, NumberValue As Long) As Long

Parameters

Section

[in] Name of the section to write to.

KeyName

[in] Name of the key to write to.

NumberValue

[in] The numeric key value to write.

Return Value

0: success
1: failed, not accessible
 

Return to aaxIniFile Control