LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading in a timestamp

READ from SPREADSHEET FILE won't do it, because it has hardwired the TYPE input of SPREADSHEET STRING to a 2-D array of DBL. Just changing the format string won't do it.

However, if you change the TYPE to a 2-D array of STR, and use %s as the format string, then it works - I've used that before.

Maybe you can make a copy of READ from SPREADSHEET FILE, and change your copy to suit your needs.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 11 of 11
(453 Views)