Hello,
I have a text file with eg. 600 lines. I have to break it into 3 and create 3 new file each with 200 lines. What's the better way?. Furthermore: 600 lines is a lucky case because it could be 599. In this case I have to spilt it into 3 parts more equal as possbile.....

Thanks-