DavidAnton
Sun Jan 20 11:16:02 CST 2008
Wow - I just noticed that the C# debugger also calls array sizes "dimensions"
- I can't believe that this hasn't been corrected.
--
http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
Instant C#: VB to C#
Instant VB: C# to VB
Instant C++ VB Edition: VB to C++/CLI
Instant C++ C# Edition: C# to C++/CLI
"David Anton" wrote:
> To be clear, you are talking about the *size* of an array, not the dimension.
> Dimension means something else for arrays (i.e., 1 dimension is more common,
> 2 dimension is a rectangular array, etc.). You can't change an array's
> dimension - a 1 dimensional array cannot be changed to a 2 dimensional array.
>
> The use of "dimension" when talking about array size is probably due to VB's
> unfortunate use of "ReDim" (short for re-dimension, but actually used for
> re-sizing), and this improper keyword naming is still inflicted on the
> current generation of VB programmers ;)
> --
>
http://www.tangiblesoftwaresolutions.com
> C++ to C#
> C++ to VB
> C++ to Java
> Instant C#: VB to C#
> Instant VB: C# to VB
> Instant C++ VB Edition: VB to C++/CLI
> Instant C++ C# Edition: C# to C++/CLI
>
>
> "Luigi" wrote:
>
> > Hi all,
> > in C# is it possible to change a dimension of an array?
> >
> > Thanks a lot.
> >
> > --
> > Luigi
> >
http://blogs.dotnethell.it/ciupaz/