Overview
This example VI demonstrates the method of building an array and write it to Excel.
Description
This example will take generated data (in this case random numbers) and build it into an array of finite columns and undetermined length. It gives the user the opportunity to manually delete individual elements and then when the program is done, it will write to a .csv file that can be opened from Excel.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**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.