Feb 6, 2001 21:15
24 yrs ago
1 viewer *
Deutsch term
auskommentieren
Non-PRO
Deutsch > Englisch
Technik
Das Klassenmodul wird im VBA-Editor nun nicht mehr benötigt und kann über den Menübefehl Datei/Entfernen von EinfacheRechenMaschine gelöscht werden. Da die Klasse jedoch in der Click-Routine der Berechnen-Schaltfläche im Formular angesprochen wird, müssen Sie vor dem Löschen der Klasse die folgenden beiden Zeilen auskommentieren: Any assistance much appreciated!!
Proposed translations
(Englisch)
0 | comment out |
Anthony Frey
![]() |
0 | to comment out |
Ulrike Lieder (X)
![]() |
Proposed translations
7 Min.
Selected
comment out
If you do not internet search, you will see that comment out is the common term. Compare:
auskommentieren Vb. (comment out)
Das vorübergehende Deaktivieren einer oder mehrerer Zeilen eines Quellcodes, indem diese in Kommentaranweisungen eingeschlossen werden. ® siehe auch bedingte Kompilierung, Kommentar, verschachteln. (Microsoft Lexikon)
http://www.smilla.net/smillacomputing/pclexikon/
and
comment out
comment out vt. To surround a section of code with comment delimiters or to prefix every line in the section with a comment marker; this prevents it from being compiled or interpreted. Often done when the code is redundant or obsolete, but is being left in the source to make the intent of the active code clearer; also when the code in that section is broken and you want to bypass it in order to debug some other part of the code. Compare condition out, usually the preferred technique in languages (such as C) that make it possible.
The Jargon Dictionary - http://info.astrian.net/jargon/terms/c/comment_out.html
Good luck!!
auskommentieren Vb. (comment out)
Das vorübergehende Deaktivieren einer oder mehrerer Zeilen eines Quellcodes, indem diese in Kommentaranweisungen eingeschlossen werden. ® siehe auch bedingte Kompilierung, Kommentar, verschachteln. (Microsoft Lexikon)
http://www.smilla.net/smillacomputing/pclexikon/
and
comment out
comment out vt. To surround a section of code with comment delimiters or to prefix every line in the section with a comment marker; this prevents it from being compiled or interpreted. Often done when the code is redundant or obsolete, but is being left in the source to make the intent of the active code clearer; also when the code in that section is broken and you want to bypass it in order to debug some other part of the code. Compare condition out, usually the preferred technique in languages (such as C) that make it possible.
The Jargon Dictionary - http://info.astrian.net/jargon/terms/c/comment_out.html
Good luck!!
4 KudoZ points awarded for this answer.
Comment: "Thanks for the references! They will be helpful!"
2 Stunden
to comment out
This refers to placing symbols such as // or ** or some other symbol (depending on the programming language) in front of a line of executable code to make it into a comment. Commonly used in debugging.
The same question was posed not too long ago, see
http://www.proz.com/h.php3?bs=1&id=20017
The same question was posed not too long ago, see
http://www.proz.com/h.php3?bs=1&id=20017
Something went wrong...