Yes there is
GetValue not only accepts strings, but also ID numbers; you can use GetValue(0, 0) to get the first value of the first Key
Use GetNumKeys() and GetNumValues( KeyID ) to get the respective number of keys and values in those keys and cycle through all keys/values
GetValue not only accepts strings, but also ID numbers; you can use GetValue(0, 0) to get the first value of the first Key
Use GetNumKeys() and GetNumValues( KeyID ) to get the respective number of keys and values in those keys and cycle through all keys/values