To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example searches for a substring in all of the search elements, if it is found the entire element is removed from the Result List
Description
This VI takes strings out of an array of strings if they contain a particular substring. The VI passes in an array of strings which this VI parses looking for a particular string or character which is also passed in. If passed not found, the string under test is added to the output string. If it is found, the string is ignored.
Requirements
LabVIEW Full Development System 2012 or compatible
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange. **
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.