Skip to content

ReadString - cIniFile

Include: Use System\Ini.pkg

Reads one value.

Type: Function

Return data type: String

Parameters

Parameter Type Description
sSection String Section name.
sKey String Key name.
sDefault String Default text.

Syntax

Function ReadString String sSection String sKey String sDefault Returns String

Call

Get ReadString of hoIni "server" "host" "localhost" to sHost

Description

Reads one value.

See also