09-27-2019 07:49 AM
this probably comes from my code at the level of the indices of my array and indexing
09-27-2019 07:56 AM
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.
09-27-2019 07:59 AM
@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.