functiongetBoolean
Get scalar Boolean value from INI file
Extends from Interfaces.partialGetBoolean.
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName (from partialGetBoolean) | Key | |
| String | section | "" | Section |
| Types.ExternINIFile | ini | External INI file object | |
| Boolean | strict | true | Return an error if there are characters on the line that aren't part of the value |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | y (from partialGetBoolean) | Boolean value | |
| Boolean | exist (from partialGetBoolean) | = true, if varName exits; = false, if it does not exist and y is set to false |