Thankyou all for your previouse help, it has been much appriciated, and now for another problem, i would value your help with.
if i have a two dimensional array like this one ,
destonationarray[0][5]
and i have an object called subcient, stored in destonationarray [0][5] at position 0 in the first array part of the array
and
an object called destination stored here at [0][5] position 5 of the second part of the array
how do i access the methords of the object called
subclient. destonationarray[0][0].print(); allows me to access methords of the destination object.
but i dont know the syntax to use methords of subclient.
I have tried these
Deststotarray[0][0].printthisclient();
Deststotarray[0].printthisclient();
Deststotarray[0].printthisclient()[];
// these would probably be calling a 1d array
Deststotarray[0][].printthisclient()
Please help if can


Reply With Quote


Bookmarks