<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mehrere Befehle bei Label ausgeben?]]></title><description><![CDATA[<p>Hi,</p>
<p>ich weiß, dass man bei der Console einfach cout&lt;&lt;&quot;Hallo du hast noch &quot;&lt;&lt;Versuche&lt;&lt;&quot; frei&quot;; schreiben kann. Aber wie sieht es bei</p>
<p>Label1-&gt;Caption=&quot;hallo du hast noch&quot; ?Zeichen? Verusche &quot; frei&quot;;</p>
<p>aus? Da Versuche eine Variable ist, kann ich die ja schlecht in die Anführungszeichen hinein setzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/169773/mehrere-befehle-bei-label-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 18:22:01 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/169773.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jan 2007 19:05:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mehrere Befehle bei Label ausgeben? on Mon, 08 Jan 2007 19:05:18 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich weiß, dass man bei der Console einfach cout&lt;&lt;&quot;Hallo du hast noch &quot;&lt;&lt;Versuche&lt;&lt;&quot; frei&quot;; schreiben kann. Aber wie sieht es bei</p>
<p>Label1-&gt;Caption=&quot;hallo du hast noch&quot; ?Zeichen? Verusche &quot; frei&quot;;</p>
<p>aus? Da Versuche eine Variable ist, kann ich die ja schlecht in die Anführungszeichen hinein setzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205945</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205945</guid><dc:creator><![CDATA[JaBBa88]]></dc:creator><pubDate>Mon, 08 Jan 2007 19:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to Mehrere Befehle bei Label ausgeben? on Mon, 08 Jan 2007 19:14:10 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205950</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205950</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 08 Jan 2007 19:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to Mehrere Befehle bei Label ausgeben? on Mon, 08 Jan 2007 19:24:03 GMT]]></title><description><![CDATA[<p>Hallo</p>
<pre><code class="language-cpp">Label1-&gt;Caption= &quot;hallo du hast noch&quot; + IntToStr(Versuche) + &quot; frei&quot;;
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1205954</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1205954</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 08 Jan 2007 19:24:03 GMT</pubDate></item></channel></rss>