cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
%3CLINGO-SUB%20id%3D%22lingo-sub-678196%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EJMP%20%EB%A1%9C%EC%BA%98%20%EC%84%A4%EC%A0%95%20%EC%82%AC%EC%9A%A9(%200%20)%EC%9D%B4%20macOS%EC%97%90%EC%84%9C%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-678196%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EJMP%20MacOS%EC%97%90%EC%84%9C%EB%8A%94%20%EB%8B%A4%EC%9D%8C%20%EB%AA%85%EB%A0%B9%EC%9D%B4%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EB%8A%94%20%EA%B2%83%20%EA%B0%99%EC%8A%B5%EB%8B%88%EB%8B%A4.%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%20class%3D%22%22%3EJMP%20%EB%A1%9C%EC%BC%80%EC%9D%BC%20%EC%84%A4%EC%A0%95%20%EC%82%AC%EC%9A%A9(%200%20)%3C%2FP%3E%3CP%20class%3D%22%22%3E%26nbsp%3B%3C%2FP%3E%3CP%20class%3D%22%22%3E%EB%8B%A4%EC%9D%8C%20%EC%8B%9C%EB%82%98%EB%A6%AC%EC%98%A4%EB%A5%BC%20%EC%B2%98%EB%A6%AC%ED%95%98%EB%8A%94%20%EC%9D%BC%EB%B0%98%20%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EA%B0%80%20%EC%9E%88%EC%8A%B5%EB%8B%88%EA%B9%8C%3F%20%EC%95%84%EB%8B%88%EB%A9%B4%20%EC%82%AC%EC%9A%A9%EC%9E%90%EC%9D%98%20OS%EC%97%90%20%EB%94%B0%EB%9D%BC%20%EC%A1%B0%EA%B1%B4%EC%9D%84%20%EB%84%A3%EC%96%B4%EC%95%BC%20%ED%95%98%EB%82%98%EC%9A%94%3F%3C%2FP%3E%3CP%20class%3D%22%22%3E%26nbsp%3B%3C%2FP%3E%3CP%20class%3D%22%22%3E%26nbsp%3B%3C%2FP%3E%3CPRE%3E%20%2F%2F%20Configuring%20JMP%20to%20save%20CSV%20as%20commas%20and%20not%20%0A%20%0A%20If(%20(Num(%20%223.14%22%20)%20%3D%3D%203.14)%2C%0A%20%20is_EN_num_format%20%3D%201%2C%20%2F%2F%22English%20numeric%20format%22%0A%20%20is_EN_num_format%20%3D%200%20%2F%2F%22Non-english%22)%3B%0A%20%20)%3B%0A%20%0A%20If(%20is_EN_num_format%20%3D%3D%200%2C%20%0A%20%20Preferences(%20Use%20JMP%20Locale%20Settings(%200%20)%20))%3B%0A%0A%2F%2F%20code%0A%0A%2F%2F%20Setting%20back%20the%20formatting%20of%20numbers%20to%20its%20original%0A%20If(%20is_EN_num_format%20%3D%3D%200%2C%20%0A%20Preferences(%20Use%20JMP%20Locale%20Settings(%201%20)%20))%3B%3C%2FPRE%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-678196%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CLINGO-LABEL%3E%EC%9E%90%EB%8F%99%ED%99%94%20%EB%B0%8F%20%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8C%85%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3E%EB%A7%A5%20OS%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3E%EC%9C%88%EB%8F%84%EC%9A%B0%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
Choose Language Hide Translation Bar
FN
FN
Level VI

Use JMP Locale Settings( 0 ) not working on macOS

It seems the following command does not work for JMP MacOS.

 

Use JMP Locale Settings( 0 )

 

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?

// 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 ) ));
0 REPLIES 0