quote:
Originally posted by J-Thread
The MSDN says the function should return an array of numbers when you read a "REG_BINARY" value.
Correct. I tried treating the variable as an array, but it doesn't work. It's not an array.
Debugging like that brings up a type mismatch. Makes sense too, a variable of type "unknown" is not a String.
quote:
Originally posted by hmaster
Erm doesnt "\\Path" have to be without the speech marks and capital letter
No. Path is the name of the key I'm trying to get the value of. Just like Enabled is the name of the other key.