<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><br /><hr />Keep your kids safer online with Windows Live Family Safety. <a href='http://www.windowslive.com/family_safety/overview.html?ocid=TXT_TAGLM_WL_Refresh_family_safety_052008' target='_new'>Help protect your kids.</a></body>
</html>