Address of Multidimensional dynamic arrays?

From: Michael Lundqvist (vinterbacken3_at_telia.com)
Date: 11/20/04


Date: Sat, 20 Nov 2004 12:25:44 GMT

Hi,
MyArray : Array of glFloat;
@MyArray[0] gives me the address of the array, but how can I get the
address of "Multidimensional dynamic arrays" like...

MyArray : array of array of array of glFloat;

@MyArray[0] does not work.
@MyArray[0,0,0] does not work.

Static arrays work fine but not the dynamic ones.

//Michael



Relevant Pages

  • Re: Make all variable in Array = Empty each click of a Button on U
    ... If your Array is Fixed in size, you can erase it to all zero's. ... Dim f'Try also using Long ... Dim myArray As Variant ...
    (microsoft.public.excel.programming)
  • Re: ReDim not working as expected. Array expert needed.
    ... Dim MyArray() As Integer ... I don't think you can do that with a explicitely "typed" array like in your ... In Sub ArrayStudies1, MyArray is dimensioned as an array of type Integer. ... Sub ArrayStudies3 differs from Sub ArrayStudies2 only in that MyArray is ...
    (microsoft.public.excel.programming)
  • Re: ReDim not working as expected. Array expert needed.
    ... Dim MyArray() As Integer ... I don't think you can do that with a explicitely "typed" array like in your ... In Sub ArrayStudies1, MyArray is dimensioned as an array of type Integer. ... Sub ArrayStudies3 differs from Sub ArrayStudies2 only in that MyArray is ...
    (microsoft.public.excel.programming)
  • Re: ReDim not working as expected. Array expert needed.
    ... Dim MyArray() As Integer ... I don't think you can do that with a explicitely "typed" array like in ... In Sub ArrayStudies1, MyArray is dimensioned as an array of type ... Sub ArrayStudies3 differs from Sub ArrayStudies2 only in that MyArray ...
    (microsoft.public.excel.programming)
  • Re: Populate a Multi-Column ListBox
    ... two-dimensional array to load into a ListBox or ComboBox. ... For a multicolumn ListBox or ComboBox, AddItem inserts an entire row, ... If you populate a ListBox with an Array using the List of Column ... Dim myArray As Variant ...
    (microsoft.public.word.vba.userforms)