Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dictionary objects
#2
Solved: 11 Years, 3 Months, 4 Weeks ago
As an alternative to using environment variables to share values between
actions as described above, you can use the Dictionary object. The
Dictionary object enables you to assign values to variables that are accessible from all actions .

Set d = CreateObject("Scripting.Dictionary")
d.Add "a", "Athens" ' Add some keys and items.
d.Add "b", "Belgrade"
d.Add "c", "Cairo"

msgbox d("a")
Reply


Messages In This Thread
dictionary objects - by mrajeshtnl - 02-07-2012, 02:48 PM
RE: dictionary objects - by rajpes - 02-07-2012, 05:53 PM
RE: dictionary objects - by ravi.gajul - 02-07-2012, 11:24 PM
RE: dictionary objects - by mrajeshtnl - 02-07-2012, 11:43 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)