Overview
This example divides a string input to an array of elements using different delimiters
Description
This VI takes a comma delimited string input and converts it to an array of strings and an array of numbers. You can choose to use other delimiters if you like, but comma is set as the default.
Requirements
LabVIEW Base Development System 2012 or compatible
Steps to Implement or Execute Code
- Enter the delimited Input String
- Enter the selected delimiter
- Enter the format string value
- Select whether the desired output is Strings or Numeric
- Run the VI to fill the Output Arrays
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange. **