02-05-2014 10:00 AM
hello;
i need the name of a fonction which is able to read a cell's value from a line. the line contains many values.
if you can post it for me ,i'll be great
Solved! Go to Solution.
02-05-2014 10:01 AM
The question is very vague, please be specific. Also post any code you have already done.
02-05-2014 10:02 AM
Index Array 🙂
More details definitely needed.
02-05-2014 10:26 AM
i have a text file which contains meteo's values: speed of wind , humidity ,temparature ...
i would like to know a function which separate values of each line . afterward show it in a waveform.
here is the text file
02-05-2014 10:29 AM
02-05-2014 10:29 AM
Spreadsheet String to Array. That will give you a 2 dimensionsl array containing the values. Then just index the array.
02-05-2014 10:30 AM - edited 02-05-2014 10:30 AM
Oh, I missed that. It's a file not a string. Yes, Read From Spreadsheet File.
02-05-2014 10:44 AM
thank you
but. post an example please. just for one column
02-05-2014 10:53 AM
02-05-2014 10:56 AM
@pousse wrote:
thank you
but. post an example please. just for one column
This forum is not here to teach LabVIEW basics. I'll gladly help someone who is trying but I won't do your work for you. This is basic stuff. Work through the tutorials then try to solve this. If you run into problems after that come ask for help.