What do you get from the following code?

 Code:
$index=0
$key = "HKLM\Software\BrewsterWalsh"
$valname = Enumvalue($key, $index)
While @error=0
   $valname ?
   $index = $index + 1
   $valname = Enumvalue($key, $index)
Loop


Regards,
_________________________
Bill