Hi,
I write an integer to the registry like this:
sho.RegWrite MyLogonValueKey, 1
Later I read it like this:
Dim MyLogonValue
MyLogonValue = sho.RegRead(MyLogonValueKey)
But it seems it is read like the character "1". How can I save it or
read it like an *integer* value?
regards
Jake