Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.sci.electronics > #344516

Re: Wirkungsgrad von 100 m RG213U

From Helmut Schellong <var@schellong.biz>
Newsgroups de.sci.electronics
Subject Re: Wirkungsgrad von 100 m RG213U
Date 2023-09-27 09:39 +0200
Message-ID <uf0m73$lj58$1@solani.org> (permalink)
References (23 earlier) <ueq351$ieq2$1@solani.org> <ueqd9g$ij8c$1@solani.org> <knebouF8c2pU1@mid.individual.net> <ueuhlu$kibq$1@solani.org> <knh9cmFn6thU1@mid.individual.net>

Show all headers | View raw


Am 27.09.2023 um 01:39 schrieb Hans-Peter Diettrich:
> On 9/26/23 2:09 PM, Helmut Schellong wrote:
>> Am 25.09.2023 um 22:59 schrieb Hans-Peter Diettrich:
>>> On 9/25/23 12:30 AM, Helmut Schellong wrote:
>>>> Am 24.09.2023 um 21:37 schrieb Helmut Schellong:
>>>
>>>> ==============================================================================================
>>>> A preprocessing directive consists of a sequence of preprocessing tokens that satisfies
>>>> the following constraints:
>>>> The first token in the sequence is a # preprocessing token that (at the start of translation
>>>> phase 4) is either the first character in the source file
>>>> (optionally after white space containing no new-line characters)
>>>> or that follows white space containing at least one new-line character.
>>>> The last token in the sequence is the first new-line character
>>>> that follows the first token in the sequence.
>>>> ==============================================================================================
>>>>
>>>> Vorstehend wird die Angelegenheit klargestellt.
>>>> Viele andere Texte befinden sich (scheinbar) im Widerspruch zum Vorstehenden.
>>
>>> Texte außerhalb des Standards sind nun mal unverbindlich.
>>
>> Ich meine andere Texte _innerhalb_ des C-Standards, die (scheinbar) widersprüchlich sind.
> 
> Du meinst Passagen im Stadard?

Ja, natürlich.
Ein Bezug auf andere Texte außerhalb des Standards wäre ja Unfug.

>> Du wußtest, daß ich Texte innerhalb des C-Standards meine.
> 
> Nein, so konnte ich das nicht verstehen. Für mich ist der C-Standard 1 Text.

Ein Text kann auch beliebig in Texte (Textteile, Textstellen) aufgeteilt werden.
Prolog, Epilog und Kapitel können auch als verschiedene Texte innerhalb eines Romans gelten.
Den vollen Text ...
Teil oder Ganzes eines Textes ...
Einen Text aus der Bibel ...;  Das kann auch nur ein Satz sein.

>> Die Fortsetzungszeilen (per \NL) werden also ganz früh zu einer Zeile umgeformt.
> 
> Nicht so ganz, die Zeilenenden müssen für den Compiler weiterhin sichtbar bleiben.

Für Fortsetzungszeilen gilt das nicht:
|Each instance of a backslash character (\) immediately followed by a new-line character is
|deleted, splicing physical source lines to form logical source lines.

Vorstehenden Satz hast Du gelöscht.
Die gelöschten Zeichenfolgen '\NL' sind für den Compiler weiterhin _nicht_ sichtbar.

>>> In anderem Kontext hast Du das auch schon als Kommando bezeichnet.
>>
>> Als ich von einer Kommando-Programmiersprache (Shell-Skript) schrieb.
> 
> Das ist beim Präprozessor nicht anders. Der übersetzt nichts, wandelt nur den Quelltext um. Als 
> eigenständiges Programm kann er jeden Text überarbeiten.

Der Präprozessor ist kein Kommando, sondern nur 'cc' oder 'clang' sind hier Kommandos.
Der Präprozessor kann nur Texte in gültigem C (eine C-Quelle) bearbeiten.

>>> Mein ANSI C98 Draft beginnt mit
>>>  >>
>>> This document specifies [...] expressed in the programming language C++.
>>> <<
>>
>> https://www.open-std.org/jtc1/sc22/wg14/www/projects.html
>>
>> Besorge Dir dort mal /richtige/ Drafts:
>> |ISO/IEC 9899:TC3 Committee Draft — Septermber 7, 2007 WG14/N1256
>> |N1570 Committee Draft — April 12, 2011 ISO/IEC 9899:201x
> 
> Da scheinen ANSI und ISO getrennte Wege zu gehen?

Nein, gar nicht.
ISO und IEC sind internationale Organisationen.
ANSI ist eine US-amerikanische Organisation, die ISO-Standards übernimmt, so wie auch DIN.

> Wenn ich mich schon mit ungeliebten Sprachen beschäftigen muß, dann bitte gleich richtig (C++, 
> enthält C) und nicht nur ein Teilchen davon.

C++ wird von der WG21 bearbeitet, einer anderen Workgroup.

https://www.open-std.org/jtc1/sc22/wg21/docs/standards


-- 
Mit freundlichen Grüßen
Helmut Schellong

Back to de.sci.electronics | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-14 17:27 -0400
  Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-15 17:46 +0200
    Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-16 14:00 +0200
    Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-16 07:48 -0400
      Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-16 20:50 +0200
        Re: Wirkungsgrad von 100 m RG213U Axel Berger <Spam@Berger-Odenthal.De> - 2023-09-16 22:10 +0200
          Re: Wirkungsgrad von 100 m RG213U Marte Schwarz <marte.schwarz@gmx.de> - 2023-09-16 22:41 +0200
            Re: Wirkungsgrad von 100 m RG213U Axel Berger <Spam@Berger-Odenthal.De> - 2023-09-17 00:18 +0200
        Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-19 00:00 +0200
          Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-19 10:14 +0200
            Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-19 21:13 +0200
              Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-20 11:56 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-20 16:27 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-20 21:55 +0200
                Re: Wirkungsgrad von 100 m RG213U Marte Schwarz <marte.schwarz@gmx.de> - 2023-09-21 08:03 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 14:51 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:29 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 23:29 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 12:54 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 21:54 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:00 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:26 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 00:04 +0200
                Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-10-11 23:17 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-11 23:40 +0200
                Re: Wirkungsgrad von 100 m RG213U Holger Schieferdecker <spamless@gmx.de> - 2023-09-21 09:57 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:16 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:18 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:48 +0200
                Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 06:12 -0400
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-21 14:10 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 16:30 +0200
                Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 18:11 -0400
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 08:20 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 14:56 +0200
                Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-22 19:35 -0400
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 14:05 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 22:05 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:05 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-24 18:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 20:40 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-25 22:32 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 17:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-21 14:44 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 16:53 +0200
                Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-21 17:24 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 00:45 +0200
                Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-22 10:31 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 00:50 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:25 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 11:11 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 13:39 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-23 20:41 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 22:46 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 00:07 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:11 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:28 +0200
                Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-28 20:49 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 22:48 +0200
                Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-29 14:52 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-01 23:21 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-23 21:11 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:14 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-24 21:03 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 22:49 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-25 21:35 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 12:28 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-25 23:13 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 18:18 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 00:20 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 08:56 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 09:01 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 09:43 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 09:58 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:12 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 00:50 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 13:29 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:19 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:36 +0200
                Re: Wirkungsgrad von 100 m RG213U Holger Schieferdecker <spamless@gmx.de> - 2023-09-26 12:31 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 14:21 +0200
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 13:50 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:10 +0200
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 15:21 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:25 +0200
                Re: Wirkungsgrad von 100 m RG213U Andreas Fecht <forum@aftec.de> - 2023-09-22 15:39 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:41 +0200
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 16:08 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 16:07 +0200
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 16:20 +0200
                Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 16:32 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 16:03 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:09 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:36 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 01:51 +0200
                Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 18:23 -0400
                Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-22 10:49 +0200
                Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-22 14:19 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 15:28 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:28 +0200
                Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-22 19:55 -0400
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:33 +0200
                Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-28 20:32 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 11:51 +0200
                Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 14:57 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 13:18 +0200
                Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-21 14:18 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:16 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 23:29 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 12:49 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:08 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:27 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-24 00:10 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 01:19 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 09:27 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-24 19:51 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 21:37 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-25 00:30 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-25 22:59 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 14:09 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 01:39 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-27 09:39 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 11:54 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-27 16:51 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-27 21:23 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 08:51 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-28 20:55 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 23:57 +0200
                Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-29 20:17 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-02 02:05 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-10-03 14:55 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-03 18:50 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-10-04 10:52 +0200
                Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-10-04 12:48 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-04 16:33 +0200
                Re: Wirkungsgrad von 100 m RG213U Michael Schwingen <news-1513678000@discworld.dascon.de> - 2023-09-28 11:45 +0000
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 16:17 +0200
                Re: Wirkungsgrad von 100 m RG213U Michael Schwingen <news-1513678000@discworld.dascon.de> - 2023-09-28 17:07 +0000
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 23:09 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-28 03:02 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 14:42 +0200
                Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 16:42 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 17:21 +0200
                Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-10-05 21:10 +0200
                Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-06 02:03 +0200
                Re: Wirkungsgrad von 100 m RG213U Andreas Bockelmann <xotzil@gmx.de> - 2023-10-06 07:49 +0200
    Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-19 00:57 +0200
      Re: Wirkungsgrad von 100 m RG213U Axel Berger <Spam@Berger-Odenthal.De> - 2023-09-19 01:43 +0200
      Re: Wirkungsgrad von 100 m RG213U Marte Schwarz <marte.schwarz@gmx.de> - 2023-09-19 08:05 +0200
      Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-19 18:48 +0200

csiph-web