<?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[Operationen auf zellen]]></title><description><![CDATA[<p>Hallo;</p>
<p>Ich habe mir n TMemo und n TStringGrid gebaut, TMemo ist unsichbar und bekommt daten die ich im TStringGrid speichere :</p>
<blockquote>
<p>void TConnectionSR232App::ReturnMethod(AnsiString NewData)<br />
{<br />
int Ligne = Receive_Memo-&gt;Lines-&gt;Count;<br />
Receive_Memo-&gt;Text = Receive_Memo-&gt;Text+NewData;<br />
for (int i = 0 ; i &lt; Ligne ; i++)<br />
{<br />
AnsiString Ligne = Receive_Memo-&gt;Lines-&gt;Strings[7];<br />
StringGrid1-&gt;Cells[7][1] = Ligne.SubString(1,Ligne.Pos(&quot; &quot;));// 250<br />
AnsiString Lignes = Receive_Memo-&gt;Lines-&gt;Strings[8];<br />
StringGrid1-&gt;Cells[8][1] = Lignes.SubString(1,Lignes.Pos(&quot; &quot;));//300<br />
StringGrid1-&gt;Cells[1][row] = DateToStr(Now())+&quot;/&quot;+TimeToStr(Now()); // Place dans la cellule 1 la date et l'heure<br />
StringGrid1-&gt;RowCount = row+1 ;</p>
<p>}</p>
</blockquote>
<p>Jetzt will ich inhalt von Cells[8][1] mit Cells[7][1] addieren und speichern im Cells[11][1]... das heißt 300+250 ergebnis 550 speichern....</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> Danke....</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/191750/operationen-auf-zellen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 20:17:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191750.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Sep 2007 08:01:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:01:50 GMT]]></title><description><![CDATA[<p>Hallo;</p>
<p>Ich habe mir n TMemo und n TStringGrid gebaut, TMemo ist unsichbar und bekommt daten die ich im TStringGrid speichere :</p>
<blockquote>
<p>void TConnectionSR232App::ReturnMethod(AnsiString NewData)<br />
{<br />
int Ligne = Receive_Memo-&gt;Lines-&gt;Count;<br />
Receive_Memo-&gt;Text = Receive_Memo-&gt;Text+NewData;<br />
for (int i = 0 ; i &lt; Ligne ; i++)<br />
{<br />
AnsiString Ligne = Receive_Memo-&gt;Lines-&gt;Strings[7];<br />
StringGrid1-&gt;Cells[7][1] = Ligne.SubString(1,Ligne.Pos(&quot; &quot;));// 250<br />
AnsiString Lignes = Receive_Memo-&gt;Lines-&gt;Strings[8];<br />
StringGrid1-&gt;Cells[8][1] = Lignes.SubString(1,Lignes.Pos(&quot; &quot;));//300<br />
StringGrid1-&gt;Cells[1][row] = DateToStr(Now())+&quot;/&quot;+TimeToStr(Now()); // Place dans la cellule 1 la date et l'heure<br />
StringGrid1-&gt;RowCount = row+1 ;</p>
<p>}</p>
</blockquote>
<p>Jetzt will ich inhalt von Cells[8][1] mit Cells[7][1] addieren und speichern im Cells[11][1]... das heißt 300+250 ergebnis 550 speichern....</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> Danke....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359947</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359947</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:04:58 GMT]]></title><description><![CDATA[<p>Interessant !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359950</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359950</guid><dc:creator><![CDATA[Simon2]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:05:28 GMT]]></title><description><![CDATA[<p>Ich glaube nicht, dass das von dir ist.<br />
Oder warum benutzt du freiwillig(!) französische(!!) Variablennamen und Kommentare?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359951</guid><dc:creator><![CDATA[Merker²]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:05:28 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:08:09 GMT]]></title><description><![CDATA[<p>Merker² schrieb:</p>
<blockquote>
<p>Ich glaube nicht, dass das von dir ist.<br />
Oder warum benutzt du freiwillig(!) französische(!!) Variablennamen und Kommentare?</p>
</blockquote>
<p>Weil ich franzose bin <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359953</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359953</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:08:09 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:10:25 GMT]]></title><description><![CDATA[<p>Das stimmt ja sogar!<br />
Crossposting-Alarm! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /><br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> <a href="http://www.developpez.net/forums/showthread.php?p=2447089" rel="nofollow">http://www.developpez.net/forums/showthread.php?p=2447089</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359955</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359955</guid><dc:creator><![CDATA[Merker²]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:17:12 GMT]]></title><description><![CDATA[<p>Jop PostCrossing;</p>
<p>Aber sie haben mich dort n weile geholfen, ich muss aba dringend das zeug zu laufen bringen...wenn sie mich helfen können wäre allerdings super...oda?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359957</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359957</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:17:12 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:38:05 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Zunächst einmal gehört das ins Builder-Forum.</p>
<p>Wenn du schon genau weist was zu tun ist warum setzt du das nicht um?<br />
Zuerstmal das Problem aufteilen :<br />
- Die Werte von 2 Zellen von AnsiString in lokale int umwandeln<br />
- addieren<br />
- Die Summe von Int in AnsiString umwandeln und in die Zielzelle schreiben.</p>
<p>Zu allen einzelproblemen findest du etwas in der Builder-Hilfe, zum Beispiel bei der AnsiString-Methode ToInt.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359979</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359979</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:38:05 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:40:37 GMT]]></title><description><![CDATA[<p>und nimm statt dem unsichtbaren Memo lieber eine TStringList.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359983</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359983</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:40:37 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 08:52:20 GMT]]></title><description><![CDATA[<p>akari schrieb:</p>
<blockquote>
<p>Hallo</p>
<p>Zunächst einmal gehört das ins Builder-Forum.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /> Okay da hast du recht gehabt, tut mir leid!</p>
<blockquote>
<p>Wenn du schon genau weist was zu tun ist warum setzt du das nicht um?<br />
Zuerstmal das Problem aufteilen :<br />
- Die Werte von 2 Zellen von AnsiString in lokale int umwandeln<br />
- addieren<br />
- Die Summe von Int in AnsiString umwandeln und in die Zielzelle schreiben.</p>
<p>akari</p>
</blockquote>
<p>Das habe ich eben gemacht ---&gt;</p>
<blockquote>
<p>int Wert;<br />
int Wert2;<br />
int Erg;<br />
int Ligne = Receive_Memo-&gt;Lines-&gt;Count;<br />
Receive_Memo-&gt;Text = Receive_Memo-&gt;Text+NewData;<br />
for (int i = 0 ; i &lt; Ligne ; i++)<br />
{<br />
AnsiString Ligne = Receive_Memo-&gt;Lines-&gt;Strings[7];<br />
StringGrid1-&gt;Cells[7][1] = Ligne.SubString(1,Ligne.Pos(&quot; &quot;));<br />
AnsiString Lignes = Receive_Memo-&gt;Lines-&gt;Strings[8];<br />
StringGrid1-&gt;Cells[8][1] = Lignes.SubString(1,Lignes.Pos(&quot; &quot;));<br />
StringGrid1-&gt;Cells[1][row] = DateToStr(Now())+&quot;/&quot;+TimeToStr(Now()); // Place dans la cellule 1 la date et l'heure<br />
StringGrid1-&gt;RowCount = row+1 ;<br />
<strong>Wert = StrToInt(StringGrid1-&gt;Cells[7][1]);<br />
Wert2 = StrToInt(StringGrid1-&gt;Cells[8][1]);<br />
Erg = Wert + Wert2;<br />
StringGrid1-&gt;Cells[10][1]= IntToStr(Erg</strong>);</p>
</blockquote>
<p>Aba ich habe n fehler : Exception der Klasse EConverError mit der Meldung &quot;&quot; ist kein gültiger Intergerwert...</p>
<p>So siehst aus in meiner TMemo:</p>
<blockquote>
<p>DR/4000U <a href="http://SER.NR" rel="nofollow">SER.NR</a>.: 0310U0005217 2.40 #1<br />
30-AUG-07 16:41:24 MULTI-WELLENLANGE #2<br />
Gruppe 0022 PRobe 0001 #3<br />
0.000 ABS #4<br />
A=K1A1+K2A2 #5<br />
#6<br />
250.0 mn 0.001 ABS K1: 1.0000 #7<br />
300.0 mn -0.001 ABS K2: 1.0000 #8</p>
</blockquote>
<p>P.S: ich bin net so weit bei programmierung ich studiere noch... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359997</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359997</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 08:52:20 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 09:17:47 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-403.html" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-2.html" 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-var-t-is-39405.html" 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/1360028</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360028</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 06 Sep 2007 09:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 09:27:48 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Die Fehlermeldung ist doch eindeutig. In einer deiner Zellen ist ein leerer String, deshalb kann es nicht in einen int umgewwandelt werden.<br />
Benutzt soetwas um Fehler abzufangen :</p>
<pre><code class="language-cpp">Wert = StrToIntDef(StringGrid1-&gt;Cells[7][1], 0);
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360038</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360038</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 06 Sep 2007 09:27:48 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 09:29:52 GMT]]></title><description><![CDATA[<p>Wenn in deiner Zelle nichts drinsteht, was sich in eine Zahl konvertieren lässt kommt halt eine Exception.<br />
Du kannst dies Exception abfangen (try/catch) oder StrToIntDef nehmen.<br />
[edit]viel zu spät[edit]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360041</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360041</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 06 Sep 2007 09:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 10:07:38 GMT]]></title><description><![CDATA[<p>akari schrieb:</p>
<blockquote>
<p>Hallo</p>
<p>Die Fehlermeldung ist doch eindeutig. In einer deiner Zellen ist ein leerer String, deshalb kann es nicht in einen int umgewwandelt werden.<br />
Benutzt soetwas um Fehler abzufangen :</p>
<pre><code class="language-cpp">Wert = StrToIntDef(StringGrid1-&gt;Cells[7][1], 0);
</code></pre>
<p>bis bald<br />
akari</p>
</blockquote>
<p>Ja danke! Ich bekomme in meiner Ergebniskätschen n 0....warum? obwohl dass ich genau in cells[7][1] und Cells[8][1] 250 bzw 300 habe... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360082</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360082</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 10:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 10:10:04 GMT]]></title><description><![CDATA[<p>akari schrieb:</p>
<blockquote>
<p>Hallo</p>
<p>Die Fehlermeldung ist doch eindeutig. In einer deiner Zellen ist ein leerer String, deshalb kann es nicht in einen int umgewwandelt werden.</p>
</blockquote>
<p>Welche zellen meinst du? ich kompiliere alles fehlerfrei aba in Zellen WERT 1 habe ich genau 250 und WERT 2 300 aba in ERG nur n 0;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360085</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 10:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 10:11:48 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Benutzt den Debugger und schau nach was die Variablen wirklich für Werte haben. Ich bin mir sicher das in den Zellen die wirklich ausgelesen werden eben nicht drinne steht, das deutet ja auch die Fehlermeldung aus deinem vorletzteb Post hin.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360087</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360087</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 06 Sep 2007 10:11:48 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 10:27:30 GMT]]></title><description><![CDATA[<p>Okay danke AKARI ich habe noch rumgeguckt und um ehrlich zu sein nichts gesehen...wie gesagt ich bin net der expert...ich habe n pic gemacht wo du die tabelle ansehen kann...nach kompilierung natürlich:</p>
<p>---&gt; hier : <a href="http://img70.imageshack.us/img70/5463/capture01nt5.jpg" rel="nofollow">http://img70.imageshack.us/img70/5463/capture01nt5.jpg</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360102</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360102</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 06 Sep 2007 10:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 06 Sep 2007 13:05:19 GMT]]></title><description><![CDATA[<p>Irgendwas kann da nicht stimmen. Die Spalten 7 und 8 gibt es in deinem Bild doch gar nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360213</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360213</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 06 Sep 2007 13:05:19 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 06:47:45 GMT]]></title><description><![CDATA[<p>Braunstein schrieb:</p>
<blockquote>
<p>Irgendwas kann da nicht stimmen. Die Spalten 7 und 8 gibt es in deinem Bild doch gar nicht.</p>
</blockquote>
<p>Doch! hier ist dier erste spalten 1 bis 6:<br />
---&gt;<a href="http://img264.imageshack.us/img264/1356/capture01ed0.jpg" rel="nofollow">http://img264.imageshack.us/img264/1356/capture01ed0.jpg</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1362984</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1362984</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Tue, 11 Sep 2007 06:47:45 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 07:42:36 GMT]]></title><description><![CDATA[<p>Nochmal der Hinweis. Geh mit dem Debugger durch und schau nach was in den Zellen genau drin steht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1363015</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1363015</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 11 Sep 2007 07:42:36 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 08:01:56 GMT]]></title><description><![CDATA[<p>Braunstein schrieb:</p>
<blockquote>
<p>Nochmal der Hinweis. Geh mit dem Debugger durch und schau nach was in den Zellen genau drin steht.</p>
</blockquote>
<p>Ich benutze C++Borland 2007 kannst du mir sagen wie es geht! Ich habe nie Debugger benutzt! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1363031</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1363031</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Tue, 11 Sep 2007 08:01:56 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 08:05:35 GMT]]></title><description><![CDATA[<p><a href="http://www.junix.ch/bcb/help/debug.html" rel="nofollow">http://www.junix.ch/bcb/help/debug.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1363036</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1363036</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 11 Sep 2007 08:05:35 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 09:50:27 GMT]]></title><description><![CDATA[<p>Hi Braunstein;</p>
<p>Ich habe den tuto gelesen; ich habe mit strg+F5( meldung : Prozess nicht verfügbar) und strg+F7 auch keine ergebnisse...</p>
<p>Aber wie ich gemacht habe, um die werten auf die linien zu lesen, ist doch richtig oder? und fehler ist nur beim umwandlung! oder ist das ganze falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1363125</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1363125</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Tue, 11 Sep 2007 09:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Tue, 11 Sep 2007 11:03:32 GMT]]></title><description><![CDATA[<p>Die Fehlermeldung, die du uns mal gepostest hast deutet darauf hin, dass die Umwandlung nicht möglich ist. Also steht in der entsprechenden Zelle nichts, was sich in eine Zahl umwandeln lässt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1363186</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1363186</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 11 Sep 2007 11:03:32 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 13 Sep 2007 08:24:07 GMT]]></title><description><![CDATA[<p>Braunstein schrieb:</p>
<blockquote>
<p>Die Fehlermeldung, die du uns mal gepostest hast deutet darauf hin, dass die Umwandlung nicht möglich ist. Also steht in der entsprechenden Zelle nichts, was sich in eine Zahl umwandeln lässt.</p>
</blockquote>
<p>Oh ok gut! jetzt weiss ich...Also was können Sie mir vorschlagen um aus linien 7 und 8 :</p>
<blockquote>
<p>250.0 mn 0.001 ABS K1: 1.0000 #ligne 7<br />
300.0 mn -0.001 ABS K2: 1.0000 #ligne 8</p>
</blockquote>
<p>die floats 250.0 und 300.0 im cells zu legen und arithmetische operationen durchführen mit hilfe diese beide.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1364462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1364462</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 13 Sep 2007 08:24:07 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 13 Sep 2007 08:27:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Mit den AnsiString-Methoden Pos und SubString nach dem ersten Leerzeichen suchen und den Text entsprechend zerlegen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1364465</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1364465</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 13 Sep 2007 08:27:09 GMT</pubDate></item><item><title><![CDATA[Reply to Operationen auf zellen on Thu, 13 Sep 2007 09:13:24 GMT]]></title><description><![CDATA[<p>akari schrieb:</p>
<blockquote>
<p>Hallo</p>
<p>Mit den AnsiString-Methoden Pos und SubString nach dem ersten Leerzeichen suchen und den Text entsprechend zerlegen.</p>
<p>bis bald<br />
akari</p>
</blockquote>
<p>Habe ich doch gemacht oder? schaue mal hier:</p>
<blockquote>
<p>void TConnectionSR232App::ReturnMethod(AnsiString NewData)<br />
{<br />
int Ligne = Receive_Memo-&gt;Lines-&gt;Count;<br />
Receive_Memo-&gt;Text = Receive_Memo-&gt;Text+NewData;</p>
<p>StringGrid1-&gt;Cells[1][row] = DateToStr(Now())+&quot;/&quot;+TimeToStr(Now());</p>
<p>for (int i = 0 ; i &lt; Ligne ; i++)<br />
{</p>
<p>AnsiString Ligne = Receive_Memo-&gt;Lines-&gt;Strings[7];<br />
StringGrid1-&gt;Cells[7][1] = Ligne.SubString(1,Ligne.Pos(&quot; &quot;));<br />
Ligne = Receive_Memo-&gt;Lines-&gt;Strings[8];<br />
StringGrid1-&gt;Cells[8][1] = Ligne.SubString(1,Ligne.Pos(&quot; &quot;));<br />
StringGrid1-&gt;RowCount = row+1 ;</p>
<p>}</p>
<p>}</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1364506</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1364506</guid><dc:creator><![CDATA[3logy]]></dc:creator><pubDate>Thu, 13 Sep 2007 09:13:24 GMT</pubDate></item></channel></rss>