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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to