Printing specific arrays from arraylist (C#)

Associate
Joined
22 May 2011
Posts
1,445
Location
Edinburgh
Hey all!

Basically I have a program which is importing 600 sets of data (5 pieces per set).

On the GUI is an option to specify then specific element of this set, however I cannot get it to print the elements, within the arraylist element... If that makes sense.

I do:

label1.Text = ArrayList[element].ToString();

However this simply sets the label to:

namespace.array

Can anyone help?
 
Back
Top Bottom