LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

retrieve value from array

Solved!
Go to solution

this probably comes from my code at the level of the indices of my array and indexing

0 Kudos
Message 11 of 13
(570 Views)

You should look at the examples that ship with LabVIEW for file manipulation. It will show you how to open and process data from different types of files. This may be a better place for you to start so you understand how things should be done. The examples will also have documentation that will explain what each step does.

 

 

Tim
GHSP
Message 12 of 13
(566 Views)
Solution
Accepted by topic author Mat1987

@Mat1987 wrote:

Thanks!

I didn’t pay attention, so much for myself.
However, I cannot get the value of the indices 1 2 3 ... in my document. I only have the index 0. Have you an idea ?

 

Thanks you !

have a nice day


I think that I understand what you're saying. You're not getting values from your index array. Look more carefully at the index array. All of your values are in column 0 but you're trying to get values from column 1 and column 2. Try getting your values from the correct rows from column 0. 

Message 13 of 13
(562 Views)