[Gambas-user] Bug / changed behaviour of Input

Benoît Minisini gambas at ...1...
Wed Mar 14 13:26:56 CET 2012


Le 14/03/2012 13:12, Jussi Lahtinen a écrit :
>    hFile = Open "/tmp/testingtesting/Test.txt" For Output Create
>    Print #hFile, "Test1"
>    Close hFile
>
>    sStr = ""
>    hFile = Open "/tmp/testingtesting/Test.txt" For Input
>    Input #hFile, sStr
>    Close hFile
>
>
>> From revision 4549, sStr remains null.
>
>
> Jussi
>

Is it better with revision #4552?

-- 
Benoît Minisini




More information about the User mailing list