[Gambas-user] Bug / changed behaviour of Input
Jussi Lahtinen
jussi.lahtinen at ...626...
Wed Mar 14 13:12:54 CET 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GambasTester-0.9.24.tar.gz
Type: application/x-gzip
Size: 16866 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120314/a5a785e9/attachment.bin>
More information about the User
mailing list