<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>All:<BR> <BR>Say I have an array:<BR> <BR>a = (['rrrrggggbbbbaaaa'],['rrrrggggbbbbaaaa'])<BR> <BR>How do I make it so that I now have:<BR> <BR>starting with first element (a[0])<BR>new_arr[0] = 'r'<BR>new_arr[1] = 'g'<BR>new_arr[2] = 'b'<BR>new_arr[3] = 'a'<BR>new_arr[4] = 'r'<BR>.....<BR> <BR>continuing "through" a[1] with the same new_arr<BR>new_arr[N] = 'r'<BR>new_arr[N+1] = 'g'<BR>....<BR> <BR>-M<BR><br /><hr />Give to a good cause with every e-mail. <a href='http://im.live.com/Messenger/IM/Join/Default.aspx?souce=EML_WL_ GoodCause' target='_new'>Join the i’m Initiative from Microsoft.</a></body>
</html>