<?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 Issue dealing with char to num in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662815#M85156</link>
    <description>&lt;P&gt;Hi Everyone&lt;BR /&gt;I am manipulating data, long strings of numbers stored as characters. I was able to break them down to the single numbers in their own column but something I cannot fix is happening.&lt;BR /&gt;Some numbers remain the same others are changing. An example of change is&amp;nbsp;-8.7 turning into&amp;nbsp;-8.6999999999999992894572642, this is screwing up the calculation and the comparison down the line. Round did not work.&lt;/P&gt;&lt;P&gt;Fact is when I save the data in CSV or TXT, these numbers are like they should be but when I am importing the file, the numbers in the table are ruined, This means JMP is doing something "wrong" by default.&lt;/P&gt;&lt;P&gt;Any idea how to fix that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 07:01:16 GMT</pubDate>
    <dc:creator>Miof</dc:creator>
    <dc:date>2023-07-27T07:01:16Z</dc:date>
    <item>
      <title>Issue dealing with char to num</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662815#M85156</link>
      <description>&lt;P&gt;Hi Everyone&lt;BR /&gt;I am manipulating data, long strings of numbers stored as characters. I was able to break them down to the single numbers in their own column but something I cannot fix is happening.&lt;BR /&gt;Some numbers remain the same others are changing. An example of change is&amp;nbsp;-8.7 turning into&amp;nbsp;-8.6999999999999992894572642, this is screwing up the calculation and the comparison down the line. Round did not work.&lt;/P&gt;&lt;P&gt;Fact is when I save the data in CSV or TXT, these numbers are like they should be but when I am importing the file, the numbers in the table are ruined, This means JMP is doing something "wrong" by default.&lt;/P&gt;&lt;P&gt;Any idea how to fix that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 07:01:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662815#M85156</guid>
      <dc:creator>Miof</dc:creator>
      <dc:date>2023-07-27T07:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue dealing with char to num</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662824#M85157</link>
      <description>&lt;P&gt;Most likely issue with &lt;A href="https://0.30000000000000004.com/" target="_blank" rel="noopener"&gt;Floating Point Math (https://0.30000000000000004.com/)&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To what are you importing the files to and from where (which file type)?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 17:53:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662824#M85157</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-27T17:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue dealing with char to num</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662967#M85165</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;What a great web site name! I hesitated to click when I saw it, but...perfect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Condition-error/m-p/474116/highlight/true#M71894" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Condition-error/m-p/474116/highlight/true#M71894&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JSL-Cookbook-Archived/Loops/ta-p/50949" target="_blank"&gt;https://community.jmp.com/t5/JSL-Cookbook-Archived/Loops/ta-p/50949&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&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;&lt;A href="https://community.jmp.com/t5/Discussions/Using-quot-If-quot-formula-sometimes-returns-blank-cells/m-p/46789/highlight/true#M26653" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Using-quot-If-quot-formula-sometimes-returns-blank-cells/m-p/46789/highlight/true#M26653&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 14:01:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/662967#M85165</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-07-27T14:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue dealing with char to num</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/663002#M85171</link>
      <description>&lt;P&gt;It is a csv but it happens with txt too.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 15:45:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/663002#M85171</guid>
      <dc:creator>Miof</dc:creator>
      <dc:date>2023-07-27T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue dealing with char to num</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/663112#M85186</link>
      <description>&lt;P&gt;I think I got the .... point. :)) .&lt;/P&gt;&lt;P&gt;That so the script needs to structured in a different way.&lt;BR /&gt;Ty&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:00:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-dealing-with-char-to-num/m-p/663112#M85186</guid>
      <dc:creator>Miof</dc:creator>
      <dc:date>2023-07-27T21:00:12Z</dc:date>
    </item>
  </channel>
</rss>

