Hi all

i have some strange experience with open file for append in gambas2
heres my code
dim hFile as File
hFile=OPEN "/home/xochilpili/test.txt" FOR APPEND
WRITE #hFile, "e"
CLOSE #hFile

xochilpili@localhost: cat test.txt
output: 'e

No matter if "e" is a String declared, always write in the file some strange
character at the begining of the file.


Please help


-- 
--
Powered by xOCh
210
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to