Author Topic: embedded arrays  (Read 1993 times)

Keep in mind when using that: Having an underscore in the values can cause unexpected behavior.
Gross. Why would anyone $WantA_Variable_Looking_Like = "This?";

Gross. Why would anyone $WantA_Variable_Looking_Like = "This?";

.. because they used $Want["A", "Variable", "Looking", "Like"] = "This?";?

.. because they used $Want["A", "Variable", "Looking", "Like"] = "This?";?
Yes. I know that. But why would anyone desire to do that?


Yes. I know that. But why would anyone desire to do that?
multi dimensional arrays

$pos[3,5] = "tree";
$pos[3,4] = "ground";