Posts: 14
Threads: 8
Joined: Apr 2012
Reputation:
0
04-14-2012, 03:15 AM
Hi,
Is it possible to have an array as an external User-Defined Environment Variable ?
I want to pass an array form one action to an external one.
Is this possible?
Thanks!
Arena
Posts: 107
Threads: 9
Joined: Apr 2011
Reputation:
0
04-14-2012, 06:21 AM
I have assigned arrays and objects to env variables. it will work.
But i used user-defined internal env variables.
external user-defined env variables are read-only. so i am not sure how we can assign an array in an external file.
plz do share how u do..
Posts: 14
Threads: 8
Joined: Apr 2012
Reputation:
0
04-15-2012, 12:11 AM
If I use an internal env variable to store my array, will I be able to use that array in another action?
Do I have to Call an Existing Action to be able to use it?
I treally want to avoid doing that.
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
04-16-2012, 09:19 AM
I think u can use Dictionary object to use data between different actions.
Regards,
Sankalp