Hi Lotus Gurus,
Is there any alternative to environment variable in lotus script?
Thanks,
P. Mallik Ram
Hi Lotus Gurus,
Is there any alternative to environment variable in lotus script?
Thanks,
P. Mallik Ram
Subject: Alternative to Environment Variable in Lotus Script
The ENVIRONMENT keyword works the same as @Environment.
Subject: RE: Alternative to Environment Variable in Lotus Script
Hi Anajaneyulu,
Thanks for your quick reply.
In fact I was looking for an alternate approach to achieve the same functionality what Environment variable does.
Thanks,
Pervela Mallik Ram Sharma
Subject: RE: Alternative to Environment Variable in Lotus Script
Why don’t you elaborate on what you are trying to do?
Have you considered profile documents?
Subject: RE: Alternative to Environment Variable in Lotus Script
Sure, write your own system You could store settings in a text file, whatever you want. So your ssytem would then read and write from that file.
Subject: RE: Alternative to Environment Variable in Lotus Script
I can’t even think of any good reasons to use environment variables in LotusScript any more. Profile documents, or regular documents are much better for storing config or state data.
-rich