Copying a multi-dimensional array
Posted: Thu Feb 07, 2008 12:54 pm
1) How to copy a multi-dimensional array into another array as a value such that changes made to the original array does not get reflected in the replicated(copied) array?
2) How to convert an object into an array?
A sample code snippet accompanying the above mentioned questions will be helpful. Kindly let me know the solution.
2) How to convert an object into an array?
A sample code snippet accompanying the above mentioned questions will be helpful. Kindly let me know the solution.