diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-BAAB73D8-EF7F-5F62-B819-25EB2F5CCE3E.dita --- a/Symbian3/PDK/Source/GUID-BAAB73D8-EF7F-5F62-B819-25EB2F5CCE3E.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-BAAB73D8-EF7F-5F62-B819-25EB2F5CCE3E.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,15 +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); + + + + + +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