copy array from one class to another class array
- by shishir.bobby
hi all,
i hv an array ("array A", which contains 3 objects, fox ex, to,from,message) in class "A".
and in class "B",i m having another array ("array B"),which fills tableview,of class "B" only.
i need to fill tableview,with the values of class A's array (i.e array A,with the object values, to,from,message).
how can i do it??
how to copy array from another class ?
i hope i m clear with my question
regards
shishir