GetStringsArray
Previous
Next
Reads an array of strings from the registry.
This method should be used with REG_MULTI_SZ values.
Syntax: GetStringsArray (Subkey As String,ValueName As String) As String()
Example:
files() = reg.GetValue(key, "RecentFiles")