functiongetBoolean

Get scalar Boolean value from INI file

Extends from Interfaces.partialGetBoolean.

Information

Inputs

TypeNameDefaultDescription
StringvarName (from partialGetBoolean)Key
Stringsection""Section
Types.ExternINIFileiniExternal INI file object
BooleanstricttrueReturn an error if there are characters on the line that aren't part of the value

Outputs

TypeNameDefaultDescription
Booleany (from partialGetBoolean)Boolean value
Booleanexist (from partialGetBoolean)= true, if varName exits; = false, if it does not exist and y is set to false