Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

RegistryEnumerateKeys Function

Overview

The RegistryEnumerateKeys function enumerates all the key entry names at a specified key location.

Syntax/Parameters

Syntax

string [] = RegistryEnumerateKeys ( string key );

Parameters

key

A string containing the name of the key to access.

Return Value

An array of string values, an entry for each name or an empty set on error. Since an empty array can be returned, the last error must be checked using the GetLastError or IsError functions.

Remarks

This function enumerates the key names, not the value names. Use the RegistryEnumerateNames to retrieve a list of value names.

A key can be void of additional subkeys and still contain values.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic