[Gambas-user] Help with charset

xOChilpili xochilpili at ...626...
Sun Aug 28 06:52:31 CEST 2011


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 at ...40...: 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



More information about the User mailing list