How Do I Delete Elements From an Array on the Front Panel in LabVIEW?

Updated Dec 15, 2022

Environment

Software

  • LabVIEW

How can I delete individual elements and groups of elements from an array on my front panel in LabVIEW?

  • To delete individual elements from an array, right-click inside the element that you wish to remove and select Data Operations»Delete Element.
  • To delete a group of elements from an array, you must inform LabVIEW of the Start Selection and the End Selection. To do this, follow these steps:
 
  1. Set the index of your array to the desired start of your selection.
    1. Right-click on the array index
    2. Select Advanced»Start Selection 
  2. Set the index of your array to the desired end of your selection.
    1. Right-click on the array index
    2. Select Advanced»End Selection
  3. Cut the text.
    1. Right-click on the array index
    2. Select Data Operations»Cut Data