12-10-2008 03:42 PM
How do I strip off a the first part of a time format out of a string array. The following is what it looks like
14 April 2008 10:00:00.000, 30.000,128.591,-145.839
" " " 10:00:01.000, " " "
I tried the read from speadsheet file first. I tried lower level VIs. There must be something simple I am just missing.
12-10-2008 03:49 PM - edited 12-10-2008 03:50 PM
Search for the first comma and take the data before it.