--001485f7c36cf9239f046ad6237b
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Maybe I'm missing some part of the question, but you can just assign a value
to that element in the array like anything else.
@rows[120][0]  20



Alex


On Tue, May 26, 2009 at 3:46 PM, Joel Dezenzio <jdezenzio / gmail.com> wrote:

> Hi Rob,
>
> I might just be making it more confusing for myself.  In this example,
> I'm really just trying to learn how to replace a part of an array with
> something else when it's an array of arrays.
>
> In the above example, I know exactly where the issue is.
>
> @rows[120][0]
>
> So how to I replace whatever is in @rows[120][0] with say the number
> 120?
>
> --
> Posted via http://www.ruby-forum.com/.
>
>

--001485f7c36cf9239f046ad6237b--