ReadInteger - cRegistry
Reads an Integer value from the currently open Key
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValueName | WString | The name of the Value to read data from |
Syntax
Function ReadInteger WString sValueName Returns Integer
Call Example
Get ReadInteger sValueName to IntegerVariable
Description
Reads an Integer value from the currently open Key. The value must already exist, and you can use the ValueExists function to verify this.
Return Value
Data read from the Registry