AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

why add(pD, "k9", "v9"), get v9:v9

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
chris_lee



Joined: 04 Apr 2007
Posts: 6

PostPosted: Tue Jan 15, 2008 8:17 am    Post subject: why add(pD, "k9", "v9"), get v9:v9 Reply with quote

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
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group