<?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 Use JMP Locale Settings( 0 ) not working on macOS in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Use-JMP-Locale-Settings-0-not-working-on-macOS/m-p/678196#M86460</link>
    <description>&lt;P&gt;It seems the following command does not work for JMP MacOS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Use JMP Locale Settings( 0 )&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Configuring JMP to save CSV as commas and not 
	
	If( (Num( "3.14" ) == 3.14),
		is_EN_num_format = 1, //"English numeric format"
		is_EN_num_format = 0 //"Non-english");
		);
	
	If( is_EN_num_format == 0,	
		Preferences( Use JMP Locale Settings( 0 ) ));

// code

// Setting back the formatting of numbers to its original
	If( is_EN_num_format == 0,	
	Preferences( Use JMP Locale Settings( 1 ) ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Sep 2023 18:26:24 GMT</pubDate>
    <dc:creator>FN</dc:creator>
    <dc:date>2023-09-15T18:26:24Z</dc:date>
    <item>
      <title>Use JMP Locale Settings( 0 ) not working on macOS</title>
      <link>https://community.jmp.com/t5/Discussions/Use-JMP-Locale-Settings-0-not-working-on-macOS/m-p/678196#M86460</link>
      <description>&lt;P&gt;It seems the following command does not work for JMP MacOS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Use JMP Locale Settings( 0 )&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Configuring JMP to save CSV as commas and not 
	
	If( (Num( "3.14" ) == 3.14),
		is_EN_num_format = 1, //"English numeric format"
		is_EN_num_format = 0 //"Non-english");
		);
	
	If( is_EN_num_format == 0,	
		Preferences( Use JMP Locale Settings( 0 ) ));

// code

// Setting back the formatting of numbers to its original
	If( is_EN_num_format == 0,	
	Preferences( Use JMP Locale Settings( 1 ) ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Sep 2023 18:26:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Use-JMP-Locale-Settings-0-not-working-on-macOS/m-p/678196#M86460</guid>
      <dc:creator>FN</dc:creator>
      <dc:date>2023-09-15T18:26:24Z</dc:date>
    </item>
  </channel>
</rss>

