|
Since Arrays are objects, you just create
an array of arrays. For a simple 2 dimensional array, you can even access the
elements like this: aMyArray[n][n], so aMyArray[0][0] would be the first “row”,
the first “column” in that row”. Note: you can’t create elements
using this syntax. You must create the array of column values, then push it
onto the array of rows. From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] I have heard its impossible to make a multidimensional array
in Flex if this is the case whats the best alternative. Like say you want to
make an array of buttons say and you want one dimention to be the label and
another to be the visiblity whats the best way to go about it? |
- RE: [flexcoders] Question about multidimensional arrays Tracy Spratt
- RE: [flexcoders] Question about multidimensional arrays Tracy Spratt
- Re: [flexcoders] Question about multidimensional arrays JesterXL
- Re: [flexcoders] Question about multidimensional arrays nostra72
- RE: [flexcoders] Question about multidimensional arrays Gordon Smith
- RE: [flexcoders] Question about multidimensional arrays Tracy Spratt

