[Gambas-user] Running programs from terminal and by double clicking.

Benoît Minisini gambas at ...1...
Fri Jan 13 09:05:02 CET 2012


Le 08/01/2012 18:24, Jussi Lahtinen a écrit :
> Example:
> hProcess = Exec ["echo", "hello?"] For Input As "Process"
>
> In this case child process used to sent "hello?\n" to parent process, now
> it will send "hello?\r\n".
>
> If you do this:
> $ echo "hello?">  test.txt
>
> And open test.txt in hexeditor, you will see that only \n is really send to
> output.
> So, \r is unexpected to me. However I'm not saying this is wrong.
>
> Jussi
>

That should be fixed in revision #4398.

However, I don't understand why that unexpected conversion didn't occur 
before. But hey... it is the past now.

Regards,

-- 
Benoît Minisini




More information about the User mailing list