<?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[Variant]]></title><description><![CDATA[<p>hallo!<br />
könnte mir bitte mal eben jemand sagen, wie ich am geschicktesten diesem var einen AnsiString zuweisen kann:</p>
<pre><code>AnsiString str;
VARIANT var;
//bzw.:
tagVARIANT var;
</code></pre>
<p>danke für hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/98003/variant</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 02:40:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/98003.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Jan 2005 18:55:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Variant on Sat, 15 Jan 2005 18:55:53 GMT]]></title><description><![CDATA[<p>hallo!<br />
könnte mir bitte mal eben jemand sagen, wie ich am geschicktesten diesem var einen AnsiString zuweisen kann:</p>
<pre><code>AnsiString str;
VARIANT var;
//bzw.:
tagVARIANT var;
</code></pre>
<p>danke für hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/697408</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/697408</guid><dc:creator><![CDATA[rabby]]></dc:creator><pubDate>Sat, 15 Jan 2005 18:55:53 GMT</pubDate></item><item><title><![CDATA[Reply to Variant on Sat, 15 Jan 2005 19:13:20 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>folgendes funktioniert :</p>
<pre><code class="language-cpp">VARIANT Source;
   Source.pbVal = &quot;Hallo&quot;;
   char * Buffer = Source.pbVal;
   AnsiString Dest = Buffer;
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/697428</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/697428</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 15 Jan 2005 19:13:20 GMT</pubDate></item></channel></rss>