<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
greetings,<br><br>ok, i have a very simple solution that could do what you want:<br><br>Create a [table nameofarray] - by default the array contained inside is 100 samples long.<br>then, create a message box (ctrl+2) that contains the following:<br><br>;<br>nameofarray resize 200<br><br>after clicking it, if you check the array inside the table again, its length will be 200 samples long.<br><br>of course you can make variable array names and lengths like this:<br><br>[pack s f]<br>|<br>|<br>[;<br>$1 resize $2]<br><br>remember, its a message box, not an object.<br><br>hope this helped!<br><br>furenku<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>