cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
jan_solo
Level III

How to set default decimal sign based on locale

Hi everyone,

 

I'm writing a script that will be used in both Europe and US.  The problem I run into is the decimal sign.  Default, JMP uses the regional settings from Windows to determine what it should be.

 

I can change it to a point using <<use locale(0) after the expression (default = 1).

 

However, is there a way to change the default value for the entire script once?

 

Thank you,

 

Jan

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Set default decimal sign

Jan,

Under File > Preferences there is a check box under language selection that you can check to force the usage of JMP language instead of local custom for numbers et.al.  Might be worth a try.  You can switch back and forth as needed.

7732_Capture1.JPG

View solution in original post

1 REPLY 1

Re: Set default decimal sign

Jan,

Under File > Preferences there is a check box under language selection that you can check to force the usage of JMP language instead of local custom for numbers et.al.  Might be worth a try.  You can switch back and forth as needed.

7732_Capture1.JPG

Recommended Articles