Re: What about two-dimesional array (varray)

From: Steve McDaniels <steve.mcdaniels_at_sierra.com>
Date: Mon, 9 Jul 2001 12:04:58 -0700
Message-ID: <9icv5l$56o$1_at_spiney.sierra.com>


I've not done it but try:

  • declaration type test_a is varray(N) of number; -- or date type test_b is varray(M) of test_a;
  • initialization test test_b := test_b( test_a(1,2,3,4...N), test_a(2,3,4,5...N), ... );
  • usage I don't know what the assignment statement would look like though.

When you get it figured out, post it.

"Kevin" <factor_at_mail.ru> wrote in message news:eb7b37e9.0107060155.73b1c329_at_posting.google.com...
> Hello!
>
> I need to construct two-dimensional array, like this:
>
> DECLARE
> TYPE test is VARRAY(255,30) of DATE;
>
>
> Can i use this? And if can't please advise me, how can
> i do this.
>
> Kevin.
>
> Russia.
Received on Mon Jul 09 2001 - 21:04:58 CEST

Original text of this message