At 11:01 PM -0500 4/23/05, Paul Salyers wrote:
I'mm trying to get a button to delete a registry, but it gives an error:
Type Handler: can't find handler
Object Button
Line deleteRegistry("HKEY_CURRENT_USER\Software\123\UserName\")
Hint deleteRegistry
deleteRegistry is a function. You need to say:
get deleteRegistry("HKEY_CURRENT_USER\Software\123\UserName\")
or
put deleteRegistry("HKEY_CURRENT_USER\Software\123\UserName\") into myVar
rather than just
deleteRegistry("HKEY_CURRENT_USER\Software\123\UserName\")
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution