concatenating arrays
hi simple but confusing problem here i have two arrays array1 and array2 which are dynamically populated from list boxes.
what i want to do is populate a thired list box with the info from array1 and 2.
eg. if listbox1 contains '10' and listbox2 contains '20' then listbox3 will contain '1020' the way i thort of doing this is with arrays so listbox1 = array1 and lisbox2 = array2.
so i need a bit of code to stick array1 and array2 together so they can either be added directly into another listbox or andother array then into a list box.
thank you very much
kindest regards
matthew allee
|