Registry - Get Value Names

Returns a delimited list of all the values found within a sub key in the Registry.

Action ID:
Action Category:
Action List Syntax:

73
Registry
<<VARIABLE>> = Registry.GetValueNames (<<MAINKEY>>\<<SUBKEY>>)

Settings

Variable name:

The variable that the delimited list of sub key names will be stored in. If the sub key specified in the Sub key field does not exist, or there are no values in that sub key, then this variable will contain a blank string.

Delimiter:

The delimiter that will be used to separate value names if more then one Registry value is found.

Main key

The main or "root" key where the sub key exists. Choose from:

Sub key:

The path to the sub key you want to examine (i.e. the path to the sub key that contains the values that will be returned).

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_REGISTRY_GET_VALUE_NAMES

MSG_ERR_REGISTRY_GET_VALUE_NAMES
MSG_ERR_REGISTRY_SUB_KEY_NOT_FOUND
<<MAINKEY>>\<<SUBKEY>>

Examples

None