How to pass an dynamic array between modules?



I have a dilemma where I am creating a dynamic two dimensional array
and filling it with information from a .csv file. Unfortunately,
later when I try to call that information back from the array I get an
error or I don't get anything back at all. I'm not sure how to make a
dynamic array public (so to speak) so that I can call the information
back between modules or forms. Can anyone help? Thanks.

.



Relevant Pages

  • Re: Populate a Multi-Column ListBox
    ... .Column provides the data for the whole two-dimensional Listbox array by Column - in the same way as .List provides it by Row; in Excel terms Column is List transposed. ... > generates an error "Could not set the column property. ... Thus a Two dimensional Array will create ...
    (microsoft.public.word.vba.userforms)
  • [SUMMARY] Game of Life (#193)
    ... a two dimensional array and a simple ... Board is asking the Cell for it's data and then changing it's state. ... can display either on the screen or by saving a sequence of images to ...
    (comp.lang.ruby)
  • Re: Sun f90 bad optimization for assumed-shape array
    ... >> the array is in contiguous storage. ... > pass any N dimensional array to any M dimensional one. ... be checked or corrected at link time. ...
    (comp.lang.fortran)
  • Re: Two Dimensional Arrays in Ruby?
    ... How does one define and use a two dimensional array in Ruby? ... which gets us our second dimension. ...
    (comp.lang.ruby)
  • Re: awk split() functions return array starts at 1
    ... i.e. an array declared N allowed indexes ... dimensional array, and the index of the diagonal is i-j. ... $1...$n argues even stronger for 1 based in this case (although ... involve taking sub-arrays, and if I take a sub-array from n to ...
    (comp.unix.shell)