I don't think I can use "normal" AFL functions like Percentile() with any of 
those methods. I hope I'm wrong, e.g: 

for (j=0;i<nm;j++)
{for (i=0;i<num;i++)
{varset("stuff"+i+"_"+j,var[i]);
}}

In this case "stuffi_j" is one value in the array, so i can't apply functions 
to the array I'm trying to create; in addition I can't set it to an array 
because the information that I want isn't an array.



Reply via email to