>  >   t = alloc_tuple( 100 );
>  >   for( i=0 ; i < 100; ++i )
>  >     Store_field( t, i, Int_val ( i ));
>
> s/Int_val/Val_int/


Ok, that's correct. But the problem is before the for-loop.

Christoph Bauer