Function: registry( )

Syntax

registry(<key> {,<num>} )

Type

string

Returns

The text data of a Windows registry key value. A key value may contain several data items so this function can return multiple string values.

Parameters

Example

string ss[] = registry("HKEY_CURRENT_USER/SOFTWARE/Acme/Name")

Notes

On Unix systems, this function is a no-op and will set funcerr to -1.

See Also

Commands:

register

Functions:

regkeys