02-19-2014 08:28 AM
This is more of an asthetic thing than anything else, but I am looking for a numerical analog to the 'empty string constant'.
I am going to save this data to a file with the 'write to spreadsheet.vi', the array of strings on top will be saved first as a header for the data that is in the lower array. I would like to separate the peaks and valleys with an empty column, and would rather not just have a giant column of zeros.
Solved! Go to Solution.
02-19-2014 08:30 AM
02-19-2014 08:32 AM
Yeah that's what I was thinking I'd have to do. Thanks for the advice!
02-19-2014 09:20 AM - edited 02-19-2014 09:21 AM
02-19-2014 09:53 AM
If dealing with floating points, an "NaN" might help....
Norbert