i made an array list...
i did
[code]
ArrayList mArray = new ArrayList();
mArray.Add("one");
mArray.Add("two");
[code]
i did put how to add them to the array...but how do i read them?
Printable View
i made an array list...
i did
[code]
ArrayList mArray = new ArrayList();
mArray.Add("one");
mArray.Add("two");
[code]
i did put how to add them to the array...but how do i read them?
bah never mind...i forgot that in C# we use [] instead of () lol