Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Lists a key's values.

Syntax

Code Block
List = SRP_Registry("LISTVALUES", Key, ValueName, Value, Error)

...

The LISTVALUES service generates a dynamic array of all values within a given key. The values are @FM delimited and in no particular order. If this service returns "", then use the Error property to determine whether the list is empty due to an error or to the fact that the key has no values.

Use the LISTKEYS service to a get the list of sub keys.

...