diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-BAAB73D8-EF7F-5F62-B819-25EB2F5CCE3E.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-BAAB73D8-EF7F-5F62-B819-25EB2F5CCE3E.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,15 @@ + + + + + +Using TFileText
Using Write()

The code fragment below causes three records to be written. This means that three calls to Read() are needed to read the data.

_LIT8(KData,"Record1\nRecord2\nRecord3"); +... +TInt err=fileText.Write(KData); +...

See also

TFileText::Read()

\ No newline at end of file