Registry_read_real - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Gets the real value of the given name in the registry and returns the result.

Parameters

Parameter Data Type Description
name string the name of the registry value

Return Values

integer: Returns the value of the name in the registry, or 0 if the name does not exist.

Example Call

// demonstrates reading a real value from a registry name
var val;
val = registry_read_real("");

NOTOC