04-14-2010 11:34 AM
Well guys,
I have a question here...
I need to extract only the TIME in a string. But that string has a lot of information
like some text "Identification" the data and the time...
This "Identification" can be only characteres or numbers or 2 or 3 words....
Anyone know a good way to make that?
I tryed that:
But only works if "Identification" is only 1 word....
I'm using LabVIEW 7.1
and the format is: Identification - 14-04-2010 - 13:32:25
Thanks
Solved! Go to Solution.
04-14-2010 11:43 AM - edited 04-14-2010 11:51 AM
04-14-2010 11:45 AM
Since the time is always the last element and you know the exact number of characters you can try this
04-14-2010 11:48 AM
This should work.
04-14-2010 11:52 AM - edited 04-14-2010 11:53 AM
Thanks guys, this works =D
\o/
04-14-2010 11:59 AM - edited 04-14-2010 12:00 PM
And I know this doesn't answer your question, but for future reference, scan from string is expandable. You can also double click the scanfromstring VI to configure it via a dialog.
04-14-2010 12:16 PM
Yes mate, I discovered it few minutes ago haha
Thanks =D