Lotus Notes FAQ Visit Our Sponsor!

How do you remove an element from a Textlist field?

You can use this formula to remove a user from a names Textlist field:
  FIELD NamesField := @Trim(@Replace(NamesField, "Joe Schmoe", ""));


Applies to Notes Versions: 3
Last Modified: January 19, 1997