<?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[wie stelle ich ein &amp;quot; in dar in memo?]]></title><description><![CDATA[<p>hie ich wollte zwei hochkommas darstellen aber der vogel deklariert es als zeichenanfang kennt einer die /? Tastenkombination ????<br />
danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/148997/wie-stelle-ich-ein-quot-in-dar-in-memo</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 19:01:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/148997.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Jun 2006 10:01:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wie stelle ich ein &amp;quot; in dar in memo? on Thu, 01 Jun 2006 10:01:49 GMT]]></title><description><![CDATA[<p>hie ich wollte zwei hochkommas darstellen aber der vogel deklariert es als zeichenanfang kennt einer die /? Tastenkombination ????<br />
danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069422</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069422</guid><dc:creator><![CDATA[com-cat]]></dc:creator><pubDate>Thu, 01 Jun 2006 10:01:49 GMT</pubDate></item><item><title><![CDATA[Reply to wie stelle ich ein &amp;quot; in dar in memo? on Thu, 01 Jun 2006 10:36:34 GMT]]></title><description><![CDATA[<p>Du mußt das &quot; mit \ maskieren</p>
<pre><code class="language-cpp">AnsiString text = &quot;\&quot;Hallo\&quot;&quot;;
</code></pre>
<p>Erstellt den String &quot;Hallo&quot;<br />
PS.<br />
Wenn nur der gesamte String in Anführungsstriche soll, kann man auch QuotedStr() verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069445</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 01 Jun 2006 10:36:34 GMT</pubDate></item><item><title><![CDATA[Reply to wie stelle ich ein &amp;quot; in dar in memo? on Thu, 01 Jun 2006 12:04:30 GMT]]></title><description><![CDATA[<p>Wieso klappt das denn nicht?</p>
<pre><code class="language-cpp">Memo2-&gt;Lines-&gt;Add(&quot;&lt;?xml version=/&quot;1.0/&quot; encoding=/&quot;UTF-8/&quot;?&gt;&quot;);
</code></pre>
<p>danke nochmal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069501</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069501</guid><dc:creator><![CDATA[com-cat]]></dc:creator><pubDate>Thu, 01 Jun 2006 12:04:30 GMT</pubDate></item><item><title><![CDATA[Reply to wie stelle ich ein &amp;quot; in dar in memo? on Thu, 01 Jun 2006 12:14:03 GMT]]></title><description><![CDATA[<p>/ != \</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069518</guid><dc:creator><![CDATA[Linnea]]></dc:creator><pubDate>Thu, 01 Jun 2006 12:14:03 GMT</pubDate></item><item><title><![CDATA[Reply to wie stelle ich ein &amp;quot; in dar in memo? on Thu, 01 Jun 2006 12:43:05 GMT]]></title><description><![CDATA[<p>Schau dir mal ganz dringend ein Tutorial zum Thema Escape-Sequenzen an!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069559</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069559</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Thu, 01 Jun 2006 12:43:05 GMT</pubDate></item></channel></rss>