Klaus
Yes my string was incorrect, thanks works great, bump on head from banging head will now get smaller.
Michael
----- Original Message ----- From: "Klaus Major" <[EMAIL PROTECTED]>
To: "How to use Revolution" <[email protected]>
Sent: Wednesday, February 21, 2007 7:22 AM
Subject: Re: setRegistry question


Hi Michael,

Hello,

I have a couple fields with vars and trying to input the vars into a setRegisty line. var2 inputs the dword data correctly to the registry. But var1 just creates the key named as "var1" not inputing the fld data. Anyone have a pointer on how this is accomplished, very grateful for your help.


put field fdl1 into var1

put field fld2 into var2

get setRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\Package\var1 \Version",var2)

looks like you supply an incorrect string to the function.

Try:
get setRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\Package\" & var1 & "\Version",var2)

Thanks

Michael

Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to