08-12-2010 09:59 AM
Dear All,
I have an original txt file named scal.txt. It's irregular string. I used excel to save as with tab format named scal-1.txt. It can read from LabVIEW. How can I read irregular string with in LabVIEW. Thank you.
Solved! Go to Solution.
08-12-2010 10:19 AM
Your original format uses fixed width. So you need to split each line at the nth position.
Felix
08-12-2010 10:28 AM
Dear F. Schubert,
Which function can I use. Any examples? Thank you!
08-12-2010 11:18 AM
This is quite simple. Use help for more information.

08-12-2010 04:00 PM
In the string palette you might find a lot of useful functions for manipulating strings. I'm not sure with the names (I memorized the icons), but I think one was called 'Pick line' and the other was called 'split string'.
Felix
08-13-2010 08:29 AM