Having problem using variables in a DBLookup via Lotus Script and the Evaluate statement.
If I hard code the Server name, path, and key value - it works great. But if I try to use variables for any of these values then it no longer works.
Saw some postings here saying to use bars with the '&" to get the value of the variable. But this did not work either. I suspect the answer is something like this but need some help determining the right mix to make the variables work.
Subject: RE: Evaluate @DBLookup not working with variables
Thanks for the help Dan.
Believe got close but still not right. With this code I get a script syntax error - ‘Unexpected: String constant’ and will not save. Seems to think I want to break up the DBLookup statement by putting a constant in the middle.
Shouldn’t need to - & works the same as plus so you must have changed something else as well. I noticed you didn’t have spaces between ControlServer and the & originally, which I changed in my version, maybe you didn’t in yours.