i attached one new flash file for loop problem.
i construct the for loop function in top to bottom allign number.
for eg:
1 4 7
2 5 8
3 6 9 not like this
i want
1 2 3
4 5 6
7 8 9 i want like this formate
please solve this for loop problem