then the first Begin statement (aaaaa) ends up in Object1.txt the second (bbbbbb) in Object2.txt etc. Do You want to have them named Object-aaaaa.txt, Object-bbbbbb.txt etc?
Have a look at the while read line construct. You can split it up to read more than one variable... or You can treat line as an array.
