Monday, September 26, 2011

How to use @Functions in LotusScript

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)")

No comments:

Post a Comment