VishalMistry
12th February 2016, 15:10
Hi,
In session script i have an array of countries where i want to store 5 countries so i declare it like :
extern domain ccty arr(5)
and in session i am filling this array with countries (max five), now i want to pass this array of country and print them in before layout as :
arr(1) arr(2) etc
can anybody guide how this can be done.
Vishal
In session script i have an array of countries where i want to store 5 countries so i declare it like :
extern domain ccty arr(5)
and in session i am filling this array with countries (max five), now i want to pass this array of country and print them in before layout as :
arr(1) arr(2) etc
can anybody guide how this can be done.
Vishal