2D variable array
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
how do i declare an array with two dimensions and a variable number of
elements?
.
Relevant Pages
- Re: ReDim not working as expected. Array expert needed.
... Any dimensions you declare your variable in are wiped out, ... variable as a variant, I next told you not to redim it. ... examples of how array dimensions work in VBA. ... (microsoft.public.excel.programming) - Re: char
... To declare an array to be created on the stack or in static memory, its dimensions must be known at ... compile time, so B would have to be a constant. ... (microsoft.public.vc.mfc) - Re: Testing dynamic array
... > dim aRessource() ... > Is it possible to test such an array as declared above? ... > found is to declare the array as follow" ... > dimensions part. ... (microsoft.public.scripting.vbscript) - Testing dynamic array
... dim aRessource() ... Is it possible to test such an array as declared above? ... found is to declare the array as follow" ... Because to the number of dimensions must be known at ... (microsoft.public.scripting.vbscript) - Re: Initializing a 2D array with image size
... dimensions, would be to declare as many const int variables as I needed ... test the input for the correct size, then use it to declare your 2D array: ... what I would do instead is using MFC's Array ... (microsoft.public.vc.mfc) |
|