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.
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.