create a Panel Array
Code:
PANEL* name[size];



and then just create a for-loop
Code:
for(var i=0; i<200; i++)
{
  name[i] = pan_create(...);
}




Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<