Edward K. Ream wrote: > > The following is not working for me: > > ReadRegStr $9 HKLM "SOFTWARE\Python\PythonCore\2.6\InstallPath" "" > > That is, $9 is always empty, even though the registry does have an > InstallPath entry. > > Probably something simple, but I'm stuck. Any ideas? > > Edward > It looks good to me. Are you using $9 anywhere else? You could throw up a msg box immediately after the command to be sure it's the command that has the problem. Could also try a named variable. I copied the command out of your email and pasted it into a test script, and it worked for me.
Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
