Board index » cppbuilder » ListBox->StringList->File
J. Demensk
![]() CBuilder Developer |
Tue, 30 Dec 2003 20:06:17 GMT
ListBox->StringList->File
Hallo,
the guestion is, how can i an an Item from a List Box [second Line] to a file like this ["my text" + 2 Line from a ListBox]. I put the 2nd Item of a ListBox into a ListString like this: int i; Quote} The Problem is, I would like to write (List) into a String (Str) so that I #include <fstream.h> Quote} { listtxt << "my Text" + Str.c_str(); << endl; listtxt.close(); Close(); Quote} thanks John |