Not being a ‘real’ programmer I need a little help here.
I need to write the 7th item of an array, each time, into a different variable. The tag Desc_1 being the first of 7.[ Desc(ription)_1, Desc(ription)_2, Desc(ription)_3… 9
]
I have 9 arrays (lines or records) that get written to a CSV file out of which I read the data.
What Im trying to do is to take the 7th item in each line/record (array) and insert it into different variables, one after the other.
If you can look at my block and advise, I would be very appreciative.