what is the equivalent for @RegQueryValue in Lotus script. For some reason, using @formula is not working in 8.5, so want to change my code to LS.
Any help in this regard is appreciated.
what is the equivalent for @RegQueryValue in Lotus script. For some reason, using @formula is not working in 8.5, so want to change my code to LS.
Any help in this regard is appreciated.
Subject: @ Formula is not working in 8.5?
Subject: Try RegRead method of WScript.Shell
(although I don’t know why Evaluate({@RegRead(“…”)}) shouldn’t work)