SetProfileString()

edit

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
edit

Absolute path of initialization file

section
string, required
edit

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

entry
string, required
edit

Name of the entry to set

value
string, required
edit

Value to which to set the entry

Examples

edit

There are currently no examples for this function.

See also