Hi All,
In my Lotus Script i want to get the cluster server name from names.nsf.So i used @dblllokup with Evaluate function. But it didn’t work.
Below is my code:
Variant = Evaluate({@dbcolumn(“”:“”;“”:“names.nsf”;“Server\Clusters”;2)}).
But the above code didn’t get cluster server details.
(Or) Is there any Lotus Script code is available to get the clsuter server details.
Can one help me to out from it.