LV 7.1. I'm opening a CSV (numeric) file that the user has created for data input (using the "Read from Spreadsheet file.vi"). I'd like to be able to allow them to display the file, scroll through it, and edit it while the vi is running. I can display and edit it by reading the csv file into an array and displaying the array table, but they can only see the # of rows that I initially put on the front panel.
Do I need to use a text tab;e and convert back and forth between text and numbers, or is there a scrollable table for numbers?
Thanks, Rob