2013-04-10 14:58:50 -07:00
|
|
|
associative_array := {key1: "value 1", "Key with spaces and non-alphanumeric characters !*+": 23}
|
2014-04-02 16:56:35 +00:00
|
|
|
MsgBox % associative_array.key1
|
|
|
|
|
. "`n" associative_array["Key with spaces and non-alphanumeric characters !*+"]
|