2023-07-01 11:58:00 -04:00
|
|
|
associative_array := {key1: "value 1", "Key with spaces and non-alphanumeric characters !*+": 23}
|
|
|
|
|
MsgBox % associative_array.key1
|
2026-04-30 12:34:36 -04:00
|
|
|
. "`n" associative_array["Key with spaces and non-alphanumeric characters !*+"]
|