02-26-2009 06:53 AM
I would like to read data (numbers sepereated by spaces) and write them into an array. This is what i have so far.
Thanks.
Solved! Go to Solution.
02-26-2009 06:59 AM
Please explain how your textfile looks like (or post it).
It is possible that "Read from Spreadsheet File.vi" is sufficient for your task.....
hope this helps,
Norbert
02-26-2009 07:06 AM
02-26-2009 07:12 AM
Try using the "Read from Spreadsheet File.vi". The only thing you obviously have to change is the delimiting character, which seems to be a blank. In the default configuration, spreadsheet files use tabs as delimiters....
Norbert
10-28-2011 08:41 AM
i have a text file which contains hundreds of records... like given below... i want an application which can search the id and display the information
abcxxx123; name:john adress:abc123 weight:65kg phn-no:123123
abcxxx124; name:alpha adress:abc123 weight:63kg phn-no:123123
abcxxx125; name:bravo adress:abc123 weight:68kg phn-no:123123
abcxxx126; name:charlie adress:abc123 weight:67kg phn-no:123123
abcxxx127; name:mick adress:abc123 weight:67kg phn-no:123123
END
*************end of data*************************************
i want to retreive data from a text file like this one.. i want a labview application in which
when i enter the id..which is unique e.g... abcxxx123..it should search the id in the file and display all the other information
which is infront of this id... in a display text field..like for example
.... name:john adress:abc123 weight:65kg phn-no:123123 ...
please if anyone can help me in this regard...
10-28-2011 10:48 AM
You've posted into a 2 1/2 year old thread. You really should start a new thread so that it gets the attention it deserves. We have a few regex whizzes on the forums who I'm sure can help you figure out how to do it.
10-28-2011 12:23 PM
Ok...i dont know about this forum...i joined today..it ll take sometime to understand things..thanks for reply... please send me the link of the thread.. where i can find the solution..
10-28-2011 01:54 PM
Go to the main LabVIEW board. http://forums.ni.com/t5/LabVIEW/bd-p/170
Click on the link that says "New Message".
10-28-2011 04:08 PM
05-01-2015 12:34 PM
@ben64 wrote:
Like this.
Ben64
I’m a super beginner and I can’t find the functions in your screenshot.
Can please you submit a VI?