chris_lee
Joined: 04 Apr 2007 Posts: 6
|
Posted: Tue Jan 15, 2008 8:17 am Post subject: why add(pD, "k9", "v9"), get v9:v9 |
|
|
I have problem using dictionary. Hope someone can help me.
| Code: |
CoInitialize()
pdic := Dictionary()
Add(pdic, "k9", "v9")
MsgBox, % Enumerate(pdic)
Release(pdic)
CoUninitialize()
|
The result is
 |
|