Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing array of classes to parameter of action
#2
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi,

I had used global dictionary to transfer the array between action

Use the below code for reference and implement it as per ur requirement

Code in Action1:
Code:
Code:
d=Array("London","Boston","Newyork","Sanfransisco")        
For i=0 to ubound(d)
   GlobalDictionary.Item("Name"&i)=d(i)            
Next

Code in Action2:
Code:
Code:
x=GlobalDictionary.items
   For j=0 to ubound(x)
     msgbox x(j)
  Next


Let me know in case of any help required.

Regards,
Sankalp
Reply


Messages In This Thread
RE: Passing array of classes to parameter of action - by sshukla12 - 06-20-2012, 10:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of parameters missing when passing between actions skumar007 1 2,858 10-10-2014, 02:00 AM
Last Post: skumar007
  Action Parameter passing problem Qtpuser1 1 2,728 04-18-2014, 06:23 AM
Last Post: kgovadav
  How to convert a single dimension array to two dimensional array venkatesh9032 3 5,243 02-10-2014, 03:07 PM
Last Post: pranikgarg
  Getting run error passing a Frame into a user defined function!!! sepgs2004 1 2,722 10-14-2013, 06:37 PM
Last Post: anil2u
  Parameter bistritapcv 0 2,257 04-02-2013, 09:10 PM
Last Post: bistritapcv

Forum Jump:


Users browsing this thread: 1 Guest(s)