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