Hi
Actually I was trying a small script that will take two words from two different arrays, then I would like to combine both the arrays.
My first array elements would be some thing like this
My second array elements would e some thing like this 3Code:r, b, g
The result I expect isCode:c, e, m
Code:r c r e r m b c b e b m g c g e g m
Bookmarks