Before the loop you do this:
if (d_listDataArray.length <= 15)
{
var aLength:int = d_listDataArray.length;
}
else
{
aLength = 15;
}
for (var i:int = 0; i < aLength; i++)
|
Results 1 to 6 of 6
Thread: Is there a way to do this?Threaded View
|
Click Here to Expand Forum to Full Width |