LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I strip off a time format off of a string array

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.

0 Kudos
Message 1 of 2
(2,114 Views)

Search for the first comma and take the data before it.

Message Edited by Ravens Fan on 12-10-2008 04:50 PM
Message 2 of 2
(2,112 Views)