04-14-2010 09:54 AM
Now my boss give me another problem.
The "Identification" part can be a lot of words.. or can have numbers like "File number 3"
Have a way to "desconcatenated" a string?? Because I don't know the begginning of string...
from that string, I only need the TIME.... the hour, minutes and second...
or may have a way to only read it from that string??
Something like that
I send in a string a lot of informations, and now I need to read only the time.
Thanks for the help
04-14-2010 12:06 PM - edited 04-14-2010 12:09 PM
Hi EduU,
it always helps to know the format of the data.
Maybe there is a known number of (header) lines or a special keyword signalling the timestring - something like this.
Or ask your boss to give you / create a written specification of the file format...
Edit:
There's a search function using RegularExpressions - atleast in the recent versions of LabVIEW. That would also help in searching a timestringin a text - when the format of that timestring is known and fixed (see comments above)...