Hi All,I've a question relate to array.I've a array like {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}Want to print in row and column for mat like this:
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18
Currently we have 18 items. It can be 25 items, 100 items, 200 items and so on...I print all items in rich text in column layout.
Discussion posts and replies are publicly visible
Thank you so much stefan. It helped me a lot..
In the above posted code in the local!array I have generated the array, you can simply initialize the array of integer you need and the code will work.