Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Runtime 2020.13

Syntax
Code Block
languagenone
anArray.compact()
Semantics

Removes NULL elements of the array anArray. This is a convenience operation that can be used instead of select from anArray where element.exists();.

SubstitutablesanArrayCan be any variable or object attribute having the type Array.
Examples
Code Block
languagenone
set compactArray = anArray.compact();
rp
Panel
titleRelated Pages: