Can anybody help?????
I have the following FNXBasic program....
dim reg as registry
dim key as string
key="HKEY_LOCAL_MACHINESOFTWAREMechTools3D C.A.D Program Name"
showmessage reg.readkey(key)
It has been modified from the one I downloaded from a "Google" search that worked fine!!!!
Why does the program, shown above, not show the value in the registry?
Many thanks in advance!!!!
Darren