B
Brian Underhill via DotNetMonster.com
Is the .Item property not availible or is it called something else? How
would you get an indexed value from an arrayList?
for(j=0;j<3;j++)
{
arrayvalue=MyarrayList.Item(j);
}
would you get an indexed value from an arrayList?
for(j=0;j<3;j++)
{
arrayvalue=MyarrayList.Item(j);
}