<?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: word function changing a String into separate numeric values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79461#M36712</link>
    <description>&lt;P&gt;JMP changes the data type of the column to a character because the Word() function returns a character string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;A href="https://www.jmp.com/support/help/14/numbers-and-strings.shtml#361109" target="_self"&gt;Num() function&lt;/A&gt; to convert a character string to a numeric value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;New Column("New", Numeric, Continuous,
Formula(num(word(1,:Column,"@"))));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 17 Oct 2018 21:32:01 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2018-10-17T21:32:01Z</dc:date>
    <item>
      <title>word function changing a String into separate numeric values</title>
      <link>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79460#M36711</link>
      <description>&lt;P&gt;I currently and trying to separate out numberic values that are stored in a single column as a string in this format: "9@12.5@32"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use the word function to create new columns with single numeric values with this jsl:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;New Column("New", Numeric, Continuous,
Formula(word(1,:Column,"@")));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but jmp will automatically change this to a categorical column. Is there a way to force it to be numeric?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 21:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79460#M36711</guid>
      <dc:creator>pcannonsamsung</dc:creator>
      <dc:date>2018-10-17T21:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: word function changing a String into separate numeric values</title>
      <link>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79461#M36712</link>
      <description>&lt;P&gt;JMP changes the data type of the column to a character because the Word() function returns a character string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;A href="https://www.jmp.com/support/help/14/numbers-and-strings.shtml#361109" target="_self"&gt;Num() function&lt;/A&gt; to convert a character string to a numeric value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;New Column("New", Numeric, Continuous,
Formula(num(word(1,:Column,"@"))));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Oct 2018 21:32:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79461#M36712</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-10-17T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: word function changing a String into separate numeric values</title>
      <link>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79462#M36713</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt&amp;lt;&amp;lt;New Column("New", Numeric, Continuous,
Formula(Num(word(1,:Column,"@"))));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Oct 2018 21:32:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/word-function-changing-a-String-into-separate-numeric-values/m-p/79462#M36713</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2018-10-17T21:32:57Z</dc:date>
    </item>
  </channel>
</rss>

