bastidz
(Fresh Scripter)
2012-04-25 04:03 PM
enumvalue

Hello,

i want to display the standard value of the registrykey HKEY_CURRENT_USER\SOFTWARE\Clients\Mail. I tryed the following kix-code but nothing is displayed.

Dim $1
$1 = enumvalue("HKEY_CURRENT_USER\SOFTWARE\Clients\Mail", 0) ?"1. $1" sleep 1

Has anyone an idea? The os of the client is windows 7 - 32bit.

Thanks.


LonkeroAdministrator
(KiX Master Guru)
2012-04-25 04:10 PM
Re: enumvalue

try empty readvalue.

readvalue("HKEY_CURRENT_USER\SOFTWARE\Clients\Mail", "")


bastidz
(Fresh Scripter)
2012-04-25 04:15 PM
Re: enumvalue

Thats it, many thanks.