hi all,
I'm playing around with maps and mostly get them to do what I want 8-)
But there is one point where I'm not sure if what I want to do is supposed to work or not, or if I'm doing something wrong.
Local $map1[]
Local $map2[]
$map2.foo = 0
$map2.bar = $map1
$map2.bar.baz = "so far so good"
MsgBox(0, "", $map2.bar.baz & @CRLF & $map2.bar["baz"])
$map2.bar["baz"] = 0
the last line should be equivalent to the l