Jump to content

Adding Array Size Elements

From LabVIEW Wiki
Revision as of 07:38, 20 August 2024 by Logmanoriginal (talk | contribs) (Created page with "{{LabVIEW VI Analyzer Toolkit Infobox|tree-category=block diagram|tree-subcategory=warnings}} '''Adding Array Size Elements''' is a VI Analyzer test installed by the La...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Adding Array Size Elements
  • LabVIEW VI Analyzer Toolkit
    • Block Diagram
    • Complexity Metrics
    • Documentation
    • Front Panel
    • General
    • VI Metrics

Adding Array Size Elements is a VI Analyzer test installed by the LabVIEW VI Analyzer Toolkit add-on. It ensures that an Add Array Elements function is not used on the output of the Array Size function to determine the size of a multi-dimensional array.

Explanation

To check if a multi-dimensional array is empty, the Empty Array? function should be used.