Version of Notes in @Formula or LScript

Hi,

I need to know which version and language of Notes Client each users use.

On a computed field I use this code:

@Environement(“FaultRecovery_Build”)

But it’s doesn’t work because the variable doesn’t contains a dollar “$” caracter in the Notes.ini file.

Is that another way to know which version of Notes the users use?

Thanks in advance

Subject: Use the @Version function

Subject: Solution !

Thanks Wayne!

I found another way

session.GetEnvironementString( parameter, TRUE)

the second parameter (true) use the system variable

That’s all! :slight_smile:

Thanks