Empty Collection? Function
- Updated2025-07-30
- 1 minute(s) read
Returns TRUE if the input collection contains zero elements or entries.

Inputs/Outputs
collection
—
collection specifies the collection. This input accepts any collection data type.
empty?
—
empty? returns TRUE if collection is empty. Otherwise, this output returns FALSE. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Collections\Map Collection - Comparing Test Results.vi
- labview\examples\Collections\Set Collection - Word Counting.vi
- labview\examples\Design Patterns\Registration Map\Registration Map Usage.lvproj
collection
—
empty?
—