- Jun 4, 2005
- 290
- 0
- 0
What i want to do is create a table based on the number of elements i may have. Given a max Element per row displays as many rows as needed.
Ex. Reading 13 images from directory and 5 elements per row. The application should output.
* * * * *
* * * * *
* * *
Given 6 images it should display
* * * * *
*
Thanks.
Ex. Reading 13 images from directory and 5 elements per row. The application should output.
* * * * *
* * * * *
* * *
Given 6 images it should display
* * * * *
*
Thanks.