02-01-2012, 08:41 PM
You may want to read about environment variables. A transcript would be,
In Action 1:
Environment.Value("Str1") = RandomString(15)
In Action 2:
Msgbox Environment.Value("Str1")
Or
Learn about global variables.
In Action 1:
Environment.Value("Str1") = RandomString(15)
In Action 2:
Msgbox Environment.Value("Str1")
Or
Learn about global variables.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.