///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// //hier geht mein prograMM LOS //hier geht mein prograMM LOS /* AnsiString sText, Utest, Btest, Ztest, gesamt_test; int i; char c; FILE* f; f = fopen("Texte_deutsch.txt", "r"); do { Utest= ""; c=fgetc(f); do { Ztest+=c; c=fgetc(f); } while (c!='"' ); c=fgetc(f); do { Utest+=c; c=fgetc(f); } while (c!='"' ); for ( i=2; i<2573; i++) { sText = m_vSheet.OlePropertyGet("Cells", i, 2). OlePropertyGet("Value"); if (Utest== sText) { //ShowMessage ("jo") ; sText = m_vSheet.OlePropertyGet("Cells", i, 4). OlePropertyGet("Value"); Utest=sText; } Ztest+= "\""+Utest+ "\""; //ShowMessage (Ztest); Btest+=Utest; } while(Utest!= "fertig"); ofstream File("ausgabe.txt"); cout.rdbuf(File.rdbuf()); cout << Ztest.c_str(); */ //////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////