Re: Help with vector problem



try

Object tmp = moDataTable.get(i);

the index of elements of a vector start at 0 and not at 1.

Bart

.