Показать сообщение отдельно
Старый 08.04.2004, 16:44   #9  
paucer is offline
paucer
Участник
 
24 / 10 (1) +
Регистрация: 11.11.2003
Адрес: Kaunas
Use file.writeRaw(...) instead of file.write
or put everything into container and the write it to the file:
container con;
...
con = [str1]
file.write(con);