Versions Compared

Key

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

...

  • To remove duplicates in addition to removing blanks, set the Option parameter to "TrimAndMakeUnique".
  • To remove only trailing blanks, set the Option parameter to "TrimTrailing". Doing so will leave blanks inside the array and only remove blanks at the end of the array. This is useful for stripping blank data from the end of an array retrieved from an EDITTABLE.
  • Omitting the Option parameter or setting it to "Trim" will simply remove all blanks, including trailing blanks.

...