Hi,

is it possible to determine the nummber of entry`s within an array ???

it_array[0] = 1;
it_array[1] = 13333;
it_array[2] = 133;

something like:

i = 0;
do
 a = it_array[i]
 i = i + 1.
 ....
while ( "end of array is reached")

a) maybe it is possible to handle exception with AFL ?


Reply via email to