Domino Code Fragment

Code Name*
How to use @Formula in LotusScript.
Date*
04/19/2000
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.
Description*
How to use @Commands in LotusScript.
Type*
LotusScript
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:


You can use the LotusScript Evaluate function. For example, this gets the common name
portion of a hierarchical user name:

  Dim szCommonName as String
 szCommonName = Evaluate("@Name([CN]; @Username)")