[Gambas-user] Extra gb.newline ?

tobias tobiasboe1 at ...20...
Thu Jun 9 22:32:57 CEST 2011


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




More information about the User mailing list