Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL - Arrays, Heeelllppp!!!
Javi wrote:
> > Hi ! I've one question for you: Bidimensional Arrays
> >
> > VB code : Dim myArray(1 to 7, 1 to 7) as long
> > PL/SQL : ???????????????????????????????????
Alain Schartz wrote:
> Currently, PL/SQL does not support multidimensional arrays. Sorry.
However, multidimensional arrays are a programming luxury, you can usually do what you want to do without them (often more efficiently). Received on Tue Oct 21 1997 - 00:00:00 CDT
![]() |
![]() |