Strip commas from a string in Lotus Script
This tip will strip commas, quotes, etc. from a string variable and replace them with a space using Lotus Script in just one line of code.
Code: TempString = Evaluate("@ReplaceSubstring( Description ; "","" ; "" "" )", sourcenote)