Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Actions
#4
Not Solved
Hi,

I tried this using dictionary object.

Action 1
‘==========================

Code:
Dim ODictAction1
Set ODictAction1 = CreateObject("Scripting.Dictionary")

                Set ODictAction1 = Runaction("Action2", Oneiteration)

    a = ODictAction1.Items   ' Get the items.
   For i = 0 To ODictAction1.Count -1 ' Iterate the array.
      msgbox  s & a(i)
   Next


Action 2
‘===================

Code:
Dim ODictAction2

Set ODictAction2 = CreateObject("Scripting.Dictionary")

ODictAction2.Add "a", "Athens"   ' Add some keys and items.
ODictAction2.Add "b", "Belgrade"
ODictAction2.Add "c", "Cairo"

ExitAction (ODictAction2)
Reply


Messages In This Thread
Actions - by bfakruddin - 08-04-2010, 12:56 AM
RE: Actions - by rajeshwar - 08-04-2010, 12:20 PM
RE: Actions - by bfakruddin - 08-04-2010, 04:52 PM
RE: Actions - by rajeshwar - 08-04-2010, 07:08 PM
RE: Actions - by venkatbatchu - 08-05-2010, 02:45 PM
RE: Actions - by rajeshwar - 08-06-2010, 03:04 PM
RE: Actions - by venkatbatchu - 08-06-2010, 03:37 PM
RE: Actions - by rajeshwar - 08-06-2010, 05:22 PM
RE: Actions - by venkatbatchu - 08-06-2010, 05:40 PM
RE: Actions - by rajeshwar - 08-06-2010, 05:54 PM
RE: Actions - by bfakruddin - 08-11-2010, 10:29 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)