Thanks for having a look!
I am trying to get a list into an array and battling (Yes I'm a noobie!)
Essentially, what I want is a list (specified in the program) read into an Array, so that I can extract the data at a later stage.
i.e.
NameArray[1] = Steven
NameArray[2] = James
NameArray[3] = Kenneth
NameArray[4] = Andrew
Any help appreciated
Thanks!
Steven
I am trying to get a list into an array and battling (Yes I'm a noobie!)
Essentially, what I want is a list (specified in the program) read into an Array, so that I can extract the data at a later stage.
i.e.
NameArray[1] = Steven
NameArray[2] = James
NameArray[3] = Kenneth
NameArray[4] = Andrew
Any help appreciated
Thanks!
Steven