save/get a registery
Paul Salyers
ps1 at softseven.org
Sat Jan 22 13:51:19 EST 2005
Sub GetARegistry()
MyKey = GetSetting("myProgram", "myRegistry", "myProgramAutoKey",
"12345678")
End Sub
Sub SaveARegistry()
SaveSetting "myProgram", "myRegistry", "myProgramAutoKey", MyKey
End Sub
How would you convert this code from VB to Rev?
I searched with "Registry" but found nothing useful, or anyway nothing
that I could figure out how to use it.
Paul Salyers
PS1 - Senior Rep.
PS1 at softseven.org
Http://ps1.SoftSeven.org
More information about the use-livecode
mailing list