On Wed, 16 Feb 2005 19:14:48 -0800 Riju wrote:
RK> With array-user, is it required that the number of rows are defined at
RK> initialization time?
That's the way it works out of the box, but with a little extra work you can
probably get it to do what you want.
RK> Can I use array-user to access
Hi,
With array-user, is it required that the number of
rows are defined at initialization time?
Can I use array-user to access a sorted table where the
number of rows can change? If yes, are there any examples available?
I’m currently using iterator and that works fine. But,
that