Thread
:
Adding Array To Another Array
View Single Post
•
•
Join Date: Jan 2008
Posts: 483
Reputation:
Solved Threads: 59
DangerDev
Offline
Posting Pro in Training
Re: Adding Array To Another Array
0
#
2
Nov 22nd, 2008
Hi,
define a new array with function: arr3=new Array(no_of_element);
then use for loop to populate member of both array in to it as u want.
use arr_var[index] to access individual member of array.
Freedom in the Mind, Faith in the words.. Pride in our Souls...
Indian Developer
http://falaque.wordpress.com/
DangerDev
View Public Profile
Visit DangerDev's homepage!
Find all posts by DangerDev