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