I wrote:

> // Get the fifth item out of the ArrayList
> object fifthItem = myArrayList[5];

Heheh... woops. The above code would actually this would get the *sixth*
item being that ArrayLists are zero based.

Later,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to