SetProfileString()

Sets the value of a profile entry in an initialization file (.ini)

SetProfileString( iniPath=string, section=string, entry=string, value=string );

Returns: String

Argument Description
iniPath
string, required

Absolute path of initialization file

section
string, required

Section of the initialization file in which the entry is to be set

entry
string, required

Name of the entry to set

value
string, required

Value to which to set the entry

Examples

There are currently no examples for this function.

See also