> I see, so I have to play #ifdef tricks with different line endings... > Many thanks for the useful hint! If C++ is an option: std::endl is always the native line ending of the current platform. Eike