QT version on Windows

Dave Cragg dcragg at lacscentre.co.uk
Tue Oct 11 13:16:23 EDT 2005


On 11 Oct 2005, at 17:56, Mark Wieder wrote:
>
>
>> put queryregistry("HKEY_LOCAL_MACHINE\software\apple Computer, Inc.
>> \quicktime\version","text") into data
>> local t1,t2,t3,t4
>> get binaryDecode("H2H2H2H2",data,t1,t2,t3,t4)
>> put t4&t3&t2&t1
>>
>
> Interesting. What are you trying to do with that "text" in the
> queryRegistry() call?


No idea, Mark. :-) I just copied that part from an earlier post. I  
didn't notice it.

The version I used here didn't include a second parameter at all. Lke  
this:

put queryregistry("HKEY_LOCAL_MACHINE\software\apple Computer, Inc. 
\quicktime\version") into data
local t1,t2,t3,t4
get binaryDecode("H2H2H2H2",data,t1,t2,t3,t4)
put t4&t3&t2&t1

Dave



More information about the use-livecode mailing list