<?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[Char bechneiden]]></title><description><![CDATA[<p>Ich müßte einen Char um 9 Stellen kürzen...aber ich bekomme das mit .Length() nicht hin! ...was mache ich falsch?</p>
<pre><code>char test;
AnsiString(test)=AnsiString(test).SubString(1,AnsiString(test).Length()-9);
</code></pre>
<p>Leider kommt ein Char der Länge Null heraus! ...wieso?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/132209/char-bechneiden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 01:50:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/132209.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jan 2006 20:29:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Char bechneiden on Sun, 08 Jan 2006 20:29:35 GMT]]></title><description><![CDATA[<p>Ich müßte einen Char um 9 Stellen kürzen...aber ich bekomme das mit .Length() nicht hin! ...was mache ich falsch?</p>
<pre><code>char test;
AnsiString(test)=AnsiString(test).SubString(1,AnsiString(test).Length()-9);
</code></pre>
<p>Leider kommt ein Char der Länge Null heraus! ...wieso?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/961282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/961282</guid><dc:creator><![CDATA[Simon Wichmann]]></dc:creator><pubDate>Sun, 08 Jan 2006 20:29:35 GMT</pubDate></item><item><title><![CDATA[Reply to Char bechneiden on Sun, 08 Jan 2006 20:47:25 GMT]]></title><description><![CDATA[<p>Weil Dein Ausgangs- String (test) nur die Länge 0 hat ???</p>
<p>Mach mal VOR dem Ausschneiden:<br />
char Test[256];<br />
strcopy(Test,&quot;Der Text ist mir viel zu lang&quot;);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/961319</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/961319</guid><dc:creator><![CDATA[DerAltenburger]]></dc:creator><pubDate>Sun, 08 Jan 2006 20:47:25 GMT</pubDate></item><item><title><![CDATA[Reply to Char bechneiden on Sun, 08 Jan 2006 22:37:56 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-132184.html" rel="nofollow">Hier</a> ist eine Antwort.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/961400</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/961400</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 08 Jan 2006 22:37:56 GMT</pubDate></item></channel></rss>