<?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[Cells Wertzuweisung]]></title><description><![CDATA[<p>Hi ich hab Probleme den Cells aus TStringGrid Werte zuzuweisen<br />
ich habe folgendes schon probiert:</p>
<pre><code class="language-cpp">StringGrid1-&gt;Cells[0][4] = { {&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;} };
StringGrid1-&gt;Cells[0][4] = {&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;};
</code></pre>
<p>bekomme jedoch jedesmal den Fehler E2188 Ausdruckssyntax...</p>
<p>Was ist da los?? Was ist da falsch??</p>
<p>MfG Straightflush</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/158863/cells-wertzuweisung</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 21:13:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/158863.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Sep 2006 09:12:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cells Wertzuweisung on Sat, 09 Sep 2006 09:12:30 GMT]]></title><description><![CDATA[<p>Hi ich hab Probleme den Cells aus TStringGrid Werte zuzuweisen<br />
ich habe folgendes schon probiert:</p>
<pre><code class="language-cpp">StringGrid1-&gt;Cells[0][4] = { {&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;} };
StringGrid1-&gt;Cells[0][4] = {&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;};
</code></pre>
<p>bekomme jedoch jedesmal den Fehler E2188 Ausdruckssyntax...</p>
<p>Was ist da los?? Was ist da falsch??</p>
<p>MfG Straightflush</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134120</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134120</guid><dc:creator><![CDATA[Straightflush]]></dc:creator><pubDate>Sat, 09 Sep 2006 09:12:30 GMT</pubDate></item><item><title><![CDATA[Reply to Cells Wertzuweisung on Sat, 09 Sep 2006 09:22:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>weil die Cells-Eigenschaft vom Typ AnsiString ist, du aber ein Array aus String-Literalen übergeben willst.</p>
<p>Dir ist doch schon klar, das Cells[x][y] genau eine Zelle mit genau einem AnsiString darstellt?</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134126</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134126</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 09 Sep 2006 09:22:09 GMT</pubDate></item></channel></rss>