Quote:
Originally Posted by Arhowk
We just got support for 1D arrays this year, I don't think 2D arrays are currently viable (unless the above poster's solution works for you)
if you ABSOLUTELY need a table, and you can do some data processing on the dashboard (not familiar with configuring the lv dashboard), than you can always send the data as a string encoded with the raw bytes of the 2D array
|
I didn't realize that. If I can send 2 1D arrays, I can combine them to create a 2D Array. I will see about trying fireXtract's method.