<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert string to double problem _tstof in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530377#M9619</link>
    <description>Hi, Ok but I want dValue result is 2.4 Which data format is used... CString strValue=_T("2.4"); double dValue = _tstof(strValue); Result is 2.399999 Expect is 2.4 Regards, Vijay</description>
    <pubDate>Tue, 30 Aug 2016 05:35:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-30T05:35:14Z</dc:date>
    <item>
      <title>Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6528442#M9617</link>
      <description>&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am convert string to double problem,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CString strValue=_T("2.4");&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;double dValue = _tstof(strValue);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dValue result is 2.39999999&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but I want dValue result is 2.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 09:52:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6528442#M9617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6528770#M9618</link>
      <description>&lt;P&gt;Please read about floating (double) value precision: &lt;A href="https://en.wikipedia.org/wiki/Double-precision_floating-point_format" target="_blank"&gt;https://en.wikipedia.org/wiki/Double-precision_floating-point_format&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is OK if instead 2.4 you see 2.399999999999... because &lt;U&gt;maximum&lt;/U&gt; precision of double value is 16 digit.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:38:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6528770#M9618</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-29T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530377#M9619</link>
      <description>Hi, Ok but I want dValue result is 2.4 Which data format is used... CString strValue=_T("2.4"); double dValue = _tstof(strValue); Result is 2.399999 Expect is 2.4 Regards, Vijay</description>
      <pubDate>Tue, 30 Aug 2016 05:35:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530377#M9619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T05:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530387#M9620</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;Hi, Ok but I want dValue result is 2.4 Which data format is used... CString strValue=_T("2.4"); double dValue = _tstof(strValue); Result is 2.399999 Expect is 2.4 Regards, Vijay&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It is look like you did not understood me or did not read about precision of double value and how double value stored in memory. Not all double value can be stored in memory (or register) exactly as you write as string.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 05:51:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530387#M9620</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T05:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530425#M9621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Understood that ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which data format is used for replace this source&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 06:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530425#M9621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T06:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530552#M9622</link>
      <description>&lt;P&gt;Sorry but I did not understood what you want. Perhaps someone else will understand you and can help you. Is this question has any relation to ObjectARX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:11:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530552#M9622</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T08:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530566#M9623</link>
      <description>&lt;PRE&gt;  // - ArxProject4.TestDouble command (do not rename)
  static void ArxProject4TestDouble(void)
  {
    CString strValue=_T("2.4");
    double dValue = _tstof(strValue);
    CString strNewValue; strNewValue.Format(_T("%g"), dValue);
    acutPrintf(_T("\nstrNewValue=%s"), LPCTSTR(strNewValue));
  }&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: TESTDOUBLE

strNewValue=2.4&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:24:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530566#M9623</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530637#M9624</link>
      <description>&lt;P&gt;Output is&lt;/P&gt;&lt;P&gt;Current Output&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dValue result is 2.39999999&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but I want dValue result is 2.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here dValue is double datatype&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want result in double &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dValue&amp;nbsp;is 2.4 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value are store in double data type not string format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Other then string which datatype is used?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:14:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530637#M9624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530684#M9625</link>
      <description>&lt;P&gt;// - ArxProject4.TestDouble command (do not rename)&lt;BR /&gt;static void ArxProject4TestDouble(void)&lt;BR /&gt;{&lt;BR /&gt;CString strValue=_T("2.4");&lt;BR /&gt;&lt;STRONG&gt;double dValue = _tstof(strValue);&lt;/STRONG&gt;&lt;BR /&gt;acutPrintf(_T("\ndValue =%f"), dValue );&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Output&lt;/P&gt;&lt;P&gt;dValue&amp;nbsp;= 2.399999..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expect Output is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But I want 2.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;double dValue = _tstof(strValue); \\ Replace&amp;nbsp;is _tstof, to get expect result?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:34:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530684#M9625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T09:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530691#M9626</link>
      <description>&lt;P&gt;&lt;A href="http://www.binaryconvert.com/convert_double.html" target="_blank"&gt;http://www.binaryconvert.com/convert_double.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2016-08-30_12-34-09.png" style="width: 526px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/268141i43C0E19EE61FD0B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-08-30_12-34-09.png" alt="2016-08-30_12-34-09.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:36:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530691#M9626</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530700#M9627</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Expect Output is&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;But I want 2.4&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;double dValue = _tstof(strValue); \\ Replace&amp;nbsp;is _tstof, to get expect result?&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You'll never get the "expected result", since double value can never be exactly the same as 2.4000000000000000000000000&lt;/P&gt;
&lt;P&gt;Nearest value, which can be in double format&amp;nbsp; is&amp;nbsp;&lt;FONT face="Calibri" color="#000000" size="2"&gt;&lt;STRONG&gt;2.39999999999999991118215802999E0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I clearly explained ???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2016-08-30_12-50-18.png" style="width: 496px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/268149i75D0215C713F3F2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-08-30_12-50-18.png" alt="2016-08-30_12-50-18.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2016-08-30_12-49-52.png" style="width: 169px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/268152i5E2A72AE9FA10FAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-08-30_12-49-52.png" alt="2016-08-30_12-49-52.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:54:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530700#M9627</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T09:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530735#M9628</link>
      <description>&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CString strValue=_T("2.4");&lt;/P&gt;&lt;P&gt;i want to read the strValue value is 2.4.&lt;BR /&gt;2.4 value is store into any datatype for multiplication process.[&lt;STRONG&gt;Using _tstof this is problem&lt;/STRONG&gt;]&lt;BR /&gt;&lt;STRONG&gt;which convert is possible?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;current output:&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;double dValue = 2.399999999 * 2;&lt;BR /&gt;dValue = 4.8;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Want output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;double dValue = 2.4 * 2;&lt;/P&gt;&lt;P&gt;dValue = 4.8;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:55:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530735#M9628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T09:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530764#M9629</link>
      <description>&lt;P&gt;It is look like I can not help you. Sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 10:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530764#M9629</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530785#M9630</link>
      <description>&lt;P&gt;Yes Correct!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want 2.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not 2.3999999&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replies _tstof() ==&amp;gt; this function&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 10:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530785#M9630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T10:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530794#M9631</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want 2.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not 2.3999999&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;replies _tstof() ==&amp;gt; this function&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is no function which can you use instead of _tstof() because double value can not have exact value 2.4&lt;/P&gt;
&lt;P&gt;Every function which convert string &lt;STRONG&gt;"2.4"&lt;/STRONG&gt; to double will be return value &lt;STRONG&gt;2.39999999999999991118215802999E0&lt;/STRONG&gt; as more possible nearest to 2.4&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 10:28:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6530794#M9631</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T10:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6531612#M9632</link>
      <description>&lt;P&gt;I salute you for your patience, Alexander.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="double.png" style="width: 574px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/268261i4E380DA3173EF293/image-size/large?v=v2&amp;amp;px=999" role="button" title="double.png" alt="double.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/385123"&gt;@sn﻿&lt;/a&gt;.vijayan: You can't always get what you want.&lt;/P&gt;
&lt;P&gt;You can't put a horse into a matchbox.&lt;/P&gt;
&lt;P&gt;You can't put 2.4 into a double.&lt;/P&gt;
&lt;P&gt;Accept it as it is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:20:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6531612#M9632</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2016-08-30T16:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to double problem _tstof</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6531627#M9633</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/845950"&gt;@tbrammer&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I salute you for your patience, Alexander.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I was always told that I have an iron patience. I am glad that you appreciated it.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:26:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/convert-string-to-double-problem-tstof/m-p/6531627#M9633</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-08-30T16:26:49Z</dc:date>
    </item>
  </channel>
</rss>

