|
-
Jan 20th, 2003, 02:44 PM
#1
Thread Starter
New Member
Dictionary object help!!!
Can somebody help me interpret this piece of code... it has to do with dictionary objects...
dim wk, summary
Set summary = CreateObject("Scripting.Dictionary")
comKey = job &" "& item &" "&billingstatus &" "& pitem
set wk = summary ( comKey )
it's the last line I don't get. This is not the full sample of code. I just can't seem to figure out what the...
set wk = summary(comKey)
...means. If wk is just a variable why use the Set keyword? Thanks for any possible help. Just FYI, somebody at work coded this and he's since left. I'm TRYING to continue his work but I'm just a junior.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|