hi,
without having seen the code - i think it's all ok with your code - i'd 
say that the problem is in creation of the text file. editors like gedit 
are likely to add a newline at the end of file so it is shuffled into 
the second file, too. try to create your file like this in terminal:
echo -n "1,2,3,4,5,6,7,8,9,10" > test.txt
the -n switch disables the trailing newline...

regards,
tobi

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to