in reply to Re: Multidimensional arrays
in thread Multidimensional arrays
Thanks choroba
The correct syntax is $price[1][1]
Can you tell I don't use multidimensional arrays very often?
I suppose I was thinking of multidimensional hashes which I think have a different name...
$hash{'dimension', 'type'};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Multidimensional arrays
by choroba (Cardinal) on Jun 06, 2023 at 16:00 UTC | |
by Bod (Parson) on Jun 06, 2023 at 17:12 UTC | |
by ablanke (Monsignor) on Jun 06, 2023 at 22:51 UTC | |
Re^3: Multidimensional arrays
by hv (Prior) on Jun 06, 2023 at 16:02 UTC | |
by Bod (Parson) on Jun 06, 2023 at 17:15 UTC |