Quote:
Edit: Added example. If you were to import the data from a file of some sort, I would just populate the array. If you spell something wrong in the file, then the code that requests the variable will get NaN.
Edit 2: Added another example which loads the data from your CSV into the array. I copypasta'd the CSV loading code from your gloal_read.vi
|
Awesome. Both examples worked great.
How would you handle Boolean values? Would you have a separate array with just booleans, or maybe add a boolean value to the current cluster?