Registry_read_real_ext - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Gets the real value of the given name in the given key of the registry and returns the result.
Parameters
Parameter | Data Type | Description |
---|---|---|
key | string | the key of the registry name |
name | string | the name of the registry value |
Return Values
integer: Returns the value of the name in the key in the registry, or 0 if it does not exist.
Example Call
// demonstrates reading the value of a name in a key from the registry
var val;
val = registry_read_real_ext("","");
NOTOC