CF arrays aren't necessarily filled to the final element.  For
example, take this code:

a = arrayNew(1);
a[2] = "test";
temp = a[1];

dereferencing index 1 in the third line with throw an exception,
becuase it was never initialized, even though you initialized a larger
index.

cheers,
barneyb

On Wed, 4 Aug 2004 14:52:49 -0400, Runar Petursson <[EMAIL PROTECTED]> wrote:
> what about using:
>
> test_index lte arraylen(myarray)
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to