arrays in arrays

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: jacob (anonymous_at_discussions.microsoft.com)
Date: 08/27/04


Date: Fri, 27 Aug 2004 06:35:23 -0700

Hi,
   Have a 2D array where each element contain a new 2D
array. Is it possible to perform a 'Redim Preserve' on an
array contained in the "mother" array? If so, what is the
proper syntax?

Any help appreciated.



Relevant Pages

  • oo code
    ... I've got a prototype-defined method: ... lookup function for Arrays. ... The next iteration of my code will probably have a sort of 'mother' ... object that has an Array of objects as a member and then have the ...
    (comp.lang.javascript)
  • Re: SimpleXMLElement Object into array
    ... how do I get "Mother" and put it in an array? ... if I echo $title, it says "Mother" but if I put it in an array ... To access a SimpleXMLElement's content you have to cast it to a string. ...
    (comp.lang.php)
  • SimpleXMLElement Object into array
    ... How do I put the value of an SimpleXMLElement Object into any array ... how do I get "Mother" and put it in an array? ... if I echo $title, it says "Mother" but if I put it in an array ...
    (comp.lang.php)
  • Re: User Define Array Data Type - Subscript out of range
    ... ReDim Preserve xArray.IntInputOrder ... ' Load Array ... strDataTypeAs String ... Dim rs As ADODB.Recordset ...
    (microsoft.public.access.modulesdaovba)
  • Re: What does Redim Preserve do in term of memory
    ... I believe Redim Preserve creates a new array with the specified bounds and ... then does an element-by-element copy from the old array to the new array, ... Dim AllocatedToBound As Long ... Dim Ndx As Long ...
    (microsoft.public.excel.programming)