Skip to content

WriteString - cIniFile

Include: Use System\Ini.pkg

Writes one value.

Type: Procedure

Parameters

Parameter Type Description
sSection String Section name.
sKey String Key name.
sValue String Value text.

Syntax

Procedure WriteString String sSection String sKey String sValue

Call

Send WriteString of hoIni "server" "host" "localhost"

Description

Writes one value.

See also