Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This would result in a comma separated string of persons. However, as explained in the list collection functions documentation this will only show the unique elements in the set. So if you have the collection of instances with names: Kim, Rick, Bob and Bob. The resulting string would be "Kim, Rick, Bob".

...