Vinay list format works . But as per my initial post I have designed the system to accept through arrays - having 6 controls in a row and those were filled by array(0) to array (5) through for each. Now again these list needs to be converted to fixed length arrays (size to 6).
for example below data contains 21 strings as list:
0000000 01 0000123.00 0000000 02 0000124.00
0000000 03 0000126.00 0000000 04 0000127.00
0000000 05 0000129.00 0000000 06 0000130.00
0000000 07 0000145.00
But as per my previous design 4 rows converted in to 4 arrays which fills 21 controls.
List to fixed size conversion requires here please help.