Skip to content

SetValue - cIniProcessor

Include: Use System\Ini.pkg

Sets or creates a section key value.

Type: Procedure

Parameters

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

Syntax

Procedure SetValue String sSection String sKey String sValue

Call

Send SetValue of hoIni "server" "host" "localhost"

Description

Sets or creates a section key value.

See also