At 3:02 AM -0700 8/20/2001, Selena Ulrich wrote:
>Hi
>
>Is it possible to make an array of arrays in Revolution?

You can't put an array into an array element, but you can create a
multidimensional array:
  put "first element of first row" into myArray[1,1]
  put "second element of first row" into myArray[1,2]
  put "fourth element of eighth row" into myArray[8,4]
etc.

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!


  • Arrays Selena Ulrich
    • Jeanne A. E. DeVoto

Reply via email to