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