 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Augusto Salazar Guest
|
Posted: Sat Aug 28, 2004 12:37 am Post subject: Working with WideStrings |
|
|
Hi,
I need to take some texts from a Memo into a file and to format that
text in WideString or UTF8,
This is my code.
AnsiString text_to_file = Memo->Lines->GetText();
FILE *in;
in=fopen(file_name.c_str(),"a");
WideString ttt (text_to_file);
fprintf(in,"%sn",h);
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|