LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating An Array

I want to build an array out of data that laready exists. What I mean is I
have a list of 64 numbers that I want to make up a 1D array. What I was wanting
to avoid was building and arry with 64 constants. Is there a function that
will allow me to enter the 64 numbers into an array in one lump, maybe with
the numbers seperated by, or something similar.

Thanks,

Aaron
0 Kudos
Message 1 of 2
(2,371 Views)
Of course, it's possible in many ways.
Depends on how you want to enter/read numbers.
"Read from spreadsheet" will allow to read from e.g. text tab-separated file.
Number of another conversion functions/options available as in any programming language.
Describe your wish of entering/reading data and an answer will be simple.

Sergey
Sergey
0 Kudos
Message 2 of 2
(2,371 Views)