Cicode Programming Reference > Cicode Function Categories > Window Functions Introduction > WndPutFileProfile

WndPutFileProfile

Puts a profile string into any .INI file.

Syntax

WndPutFileProfile(sGroup, sName, sData, sFile)

sGroup:

The name of the [group].

sName:

The name of the variable.

sData:

The variable data.

sFile:

The .INI file name.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

WndGetFileProfile

Example

WndPutFileProfile(Name(), "What", "100", "USER.INI");

See Also

Window Functions