<?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: how to replace a numeric value in a variable in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60460#M32938</link>
    <description>&lt;P&gt;Assuming that "Acc" is the pointer to the data table, and that "Acc:&lt;SPAN&gt;lo50%expGMT" is the name of the column that you both want to compare with and then change it"s value, the following code will change the values&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:Name("Acc:lo50%expGMT" )[Acc &amp;lt;&amp;lt; get rows&amp;nbsp;where( :Name("lo50%expGMT") &amp;gt; 10.0 )] = 5;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I choose to use the :Name() function in the code, since the column name contains a special character "%" that JMP may get confused over.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 11:19:13 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-06-18T11:19:13Z</dc:date>
    <item>
      <title>how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60431#M32934</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this might be very easy so forgive me, i am trying to replace a numeric value in a variable with another value and am trying to do so with the following syntax&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc &amp;lt;&amp;lt; select where( :lo50%expGMT &amp;gt; 10.0 );
Acc &amp;lt;&amp;lt; replace (5);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this deletes the whole row rather then replace any values under 10 with 5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me?????&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 13:28:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60431#M32934</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-18T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60460#M32938</link>
      <description>&lt;P&gt;Assuming that "Acc" is the pointer to the data table, and that "Acc:&lt;SPAN&gt;lo50%expGMT" is the name of the column that you both want to compare with and then change it"s value, the following code will change the values&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:Name("Acc:lo50%expGMT" )[Acc &amp;lt;&amp;lt; get rows&amp;nbsp;where( :Name("lo50%expGMT") &amp;gt; 10.0 )] = 5;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I choose to use the :Name() function in the code, since the column name contains a special character "%" that JMP may get confused over.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 11:19:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60460#M32938</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-18T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60462#M32940</link>
      <description>&lt;P&gt;Thanks Jim, l really appreciate it, will try it at work tomorrow&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 11:58:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60462#M32940</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-18T11:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60545#M32970</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My apologies, l am new to JMP so struggling a little bit with the Syntax, this didnt work either, Acc is the&amp;nbsp;pointer to the&amp;nbsp;data table "Accuracy" and the name of the variable is lo50%expGMT.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 23:40:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60545#M32970</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-18T23:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60548#M32972</link>
      <description>&lt;P&gt;Oops...I had an error...try this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc:Name("lo50%expGMT" )[Acc &amp;lt;&amp;lt; get rows where( :Name("lo50%expGMT") &amp;gt; 10.0 )] = 5&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 00:06:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60548#M32972</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-19T00:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60549#M32973</link>
      <description>&lt;P&gt;l&amp;nbsp;think the problem is that the variable lo50%expGMT has a formula and is derivied by dividing another variable by 2, would this matter??&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 00:07:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60549#M32973</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T00:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60551#M32975</link>
      <description>&lt;P&gt;Sorry Jim, still didnt work&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 00:19:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60551#M32975</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T00:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60552#M32976</link>
      <description>&lt;P&gt;The fact that lo50%expGMT is a column created with a formula will not make any differenct&lt;/P&gt;
&lt;P&gt;What messages are you seeing in the log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run just the following JSL, you will see the results in the log.&amp;nbsp; It should just give you a matrix with the row numbers for all of the rows where lo50%expGMT is greater than 10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-jsl"&gt;&lt;CODE class="  language-jsl"&gt;Acc &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token messages"&gt; get rows where&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;Name&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"lo50%expGMT"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;10.0&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Can you&amp;nbsp; attach a sample data table?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 00:22:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60552#M32976</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-19T00:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60553#M32977</link>
      <description>&lt;P&gt;when i just run this:&lt;BR /&gt; &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc &amp;lt;&amp;lt; select where( :lo50%expGMT &amp;lt; 10);
Acc &amp;lt;&amp;lt; replace (5);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;i can see it has selected the row, instead of inserting 5 as a replecement for values under 10, it deletes the whole row.&lt;BR /&gt; &lt;BR /&gt;Any suggestions????&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:47:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60553#M32977</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60554#M32978</link>
      <description>&lt;P&gt;1&amp;nbsp;12&amp;nbsp;10.684&amp;nbsp;1645&amp;nbsp;1645&amp;nbsp;823&amp;nbsp;3290&amp;nbsp;Pass&lt;BR /&gt;2&amp;nbsp;12&amp;nbsp;9.4540&amp;nbsp;701&amp;nbsp;823&amp;nbsp;412&amp;nbsp;1646&amp;nbsp;Pass&lt;BR /&gt;4&amp;nbsp;12&amp;nbsp;8.4053&amp;nbsp;339&amp;nbsp;411&amp;nbsp;206&amp;nbsp;822&amp;nbsp;Pass&lt;BR /&gt;8&amp;nbsp;12&amp;nbsp;7.4053&amp;nbsp;170&amp;nbsp;206&amp;nbsp;103&amp;nbsp;412&amp;nbsp;Pass&lt;BR /&gt;16&amp;nbsp;12&amp;nbsp;6.4053&amp;nbsp;85&amp;nbsp;103&amp;nbsp;52&amp;nbsp;206&amp;nbsp;Pass&lt;BR /&gt;32&amp;nbsp;12&amp;nbsp;5.3707&amp;nbsp;41&amp;nbsp;51&amp;nbsp;26&amp;nbsp;102&amp;nbsp;Pass&lt;BR /&gt;64&amp;nbsp;12&amp;nbsp;4.3707&amp;nbsp;21&amp;nbsp;26&amp;nbsp;13&amp;nbsp;52&amp;nbsp;Pass&lt;BR /&gt;128&amp;nbsp;12&amp;nbsp;2.4886&amp;nbsp;6&amp;nbsp;13&amp;nbsp;7&amp;nbsp;26&amp;nbsp;Fail&lt;/P&gt;&lt;P&gt;it hasnt selected the row in question, the one in question is the last row, the variable in question is lo50%expGMT, which the forth from the left.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 01:04:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60554#M32978</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T01:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60555#M32979</link>
      <description>&lt;P&gt;Sorry that should be the 6th from the left&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 01:07:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60555#M32979</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T01:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60556#M32980</link>
      <description>&lt;P&gt;OK....you actually had the answer.......that I had misinterpreted.&amp;nbsp; The formula is what is causing the issue.&amp;nbsp; You can not change the value in a cell within a formula.&amp;nbsp; The formula will always trump the change.&amp;nbsp; So what you need to do is to delete the formula as below, or to incorporate the change into the formula......&lt;/P&gt;
&lt;P&gt;Here is the method to delete the formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Acc = New Table( "Example",
	Add Rows( 8 ),
	New Column( "base 1",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 2, 4, 8, 16, 32, 64, 128] )
	),
	New Column( "base 2",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [12, 12, 12, 12, 12, 12, 12, 12] )
	),
	New Column( "base 3",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values(
			[10.684, 9.454, 8.4053, 7.4053, 6.4053, 5.3707, 4.3707, 2.4886]
		)
	),
	New Column( "base 4",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1645, 701, 339, 170, 85, 41, 21, 6] )
	),
	New Column( "base 5",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1645, 823, 411, 206, 103, 51, 26, 13] )
	),
	New Column( "base 6",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [823, 412, 206, 103, 52, 26, 13, 7] ),
		Set Display Width( 53 )
	),
	New Column( "base 7",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [3290, 1646, 822, 412, 206, 102, 52, 26] )
	),
	New Column( "base 8",
		Character,
		"Nominal",
		Set Values(
			{"Pass", "Pass", "Pass", "Pass", "Pass", "Pass", "Pass", "Fail"}
		)
	),
	New Column( "lo50%expGMT",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Formula( Ceiling( :base 5 / 2 ) ),
		Set Selected,
		Set Display Width( 104 )
	)
);
Acc &amp;lt;&amp;lt; run formulas;

// Delete the formula and set values to real numbers
Acc:Name("lo50%expGMT" )&amp;lt;&amp;lt;delete formula;

Acc:Name("lo50%expGMT" )[Acc &amp;lt;&amp;lt; get rows where( :Name("lo50%expGMT") &amp;lt; 10.0 )] = 5&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And here is the data table with the formula changed to incorporate the required change.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Acc = New Table( "Example",
	Add Rows( 8 ),
	New Column( "base 1",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1, 2, 4, 8, 16, 32, 64, 128] )
	),
	New Column( "base 2",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [12, 12, 12, 12, 12, 12, 12, 12] )
	),
	New Column( "base 3",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values(
			[10.684, 9.454, 8.4053, 7.4053, 6.4053, 5.3707, 4.3707, 2.4886]
		)
	),
	New Column( "base 4",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1645, 701, 339, 170, 85, 41, 21, 6] )
	),
	New Column( "base 5",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [1645, 823, 411, 206, 103, 51, 26, 13] )
	),
	New Column( "base 6",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [823, 412, 206, 103, 52, 26, 13, 7] ),
		Set Display Width( 53 )
	),
	New Column( "base 7",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Set Values( [3290, 1646, 822, 412, 206, 102, 52, 26] )
	),
	New Column( "base 8",
		Character,
		"Nominal",
		Set Values(
			{"Pass", "Pass", "Pass", "Pass", "Pass", "Pass", "Pass", "Fail"}
		)
	),
	New Column( "lo50%expGMT",
		Numeric,
		"Continuous",
		Format( "Best", 12 ),
		Formula( If(Ceiling( :base 5 / 2 ) &amp;gt;= 10, Ceiling( :base 5 / 2 ), 5 ) ), 
		Set Selected,
		Set Display Width( 104 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 02:38:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60556#M32980</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-19T02:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60557#M32981</link>
      <description>&lt;P&gt;Sorry for my igorance Jim, but your saying i should incorporate it all when creating the variable so it should be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc &amp;lt;&amp;lt; New Column( "lo50%expGMT", Numeric, Continuous, Formula(round(:expGMT / 2 ))); this is the original creation of the variable code.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Change to :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc &amp;lt;&amp;lt; New Column( "lo50%expGMT", Numeric, Continuous, Formula(If(round(:expGMT / 2 ) &amp;gt;= 10, (5))));
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;When l run this, l now get the variable lo50%expGMT will all "5"'s so it replaces all values and a big full stop for the last value, instead of 823,412,206,103,52,26,13 and 5&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;SPAN class="token punctuation"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:48:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60557#M32981</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60558#M32982</link>
      <description>&lt;P&gt;You did not copy the formula correctly.&amp;nbsp; It is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Acc &amp;lt;&amp;lt; New Column( "lo50%expGMT", Numeric, Continuous, Formula(If(round(:expGMT / 2 ) &amp;gt;= 10,round(:expGMT / 2 ), 5)));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please review the structure of an IF() clause in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;There are 3 sections to an IF() clause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If( comparison, what to do if the comparision is true, what to do if the comparison is not true);&lt;/P&gt;
&lt;P&gt;Therefore:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(     round(:expGMT / 2 ) &amp;gt;= 10 // The comparision
 
  ,round(:expGMT / 2 ) // What to do if true
 
    , 5  // what to do if not true
 
)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:50:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60558#M32982</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-19T12:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace a numeric value in a variable</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60559#M32983</link>
      <description>&lt;P&gt;Yes your right, my apologies, thanks Jim, very much appreciated, has worked a treat&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:06:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-replace-a-numeric-value-in-a-variable/m-p/60559#M32983</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2018-06-19T05:06:30Z</dc:date>
    </item>
  </channel>
</rss>

