[Gambas-user] Extra gb.newline ?

Jussi Lahtinen jussi.lahtinen at ...626...
Thu Jun 9 21:23:40 CEST 2011


Hi!
I made small simple command line program to shuffle data (see attachment),
but there is strange problem.
For some reason extra newline is inserted.

If I run this program with command;
./Shuffler.gambas test.txt test2.txt ,

Then data like this;
1,2,3,4,5,6,7,8,9,10

Turns into something like this;
7,9,10
,6,8,2,5,3,4,1

Seems like extra newline is always after number 10. Bug?

Gambas 3 rev 3871 @ Ubuntu 11.04 64bit

Jussi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Shuffler-0.0.8.tar.gz
Type: application/x-gzip
Size: 5026 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20110609/4b29a9a1/attachment.bin>


More information about the User mailing list