Hi everyone,
I use JMP on several computers and on one of them, I had installed JMP with the interface in French while on other it is in English. Both run under MacOS. This normally doesn't prevent me from running JSL scripts on either without having to modify anything. However, I came across a situation where it makes the code fail. In the summary function , one can ask for the column names in the summary table to be the same name as that of the original table using the message:
statistics column name format ( "column" )
However, on my "French" computer, I need to modify the statement to
statistics column name format ( "colonne" )
which strikes me as an odd behaviour . Is this what was intended? or is it a glitch? Moreover, I didn't find a JSL command allowing me to interrogate what is the display language on a computer and therefore cannot go around the problem with conditional statements. I understand that I can easily change the display language on the offending computer but it does limit the possibility to share the code with colleagues that may use different display language setting.
Many thanks, Yves