How to check whether a preference is set and how
I would like to check, whether a preference is set to a certain value, but with JSL I cannot retrieve the value to compare it in an if statement etc. and react upon situation. Get Preferences returns something, but what excactly is it and how to proceed with it? Names Default To Here( 1 );
// Task: what is the preference set to
prefs = Get Platform Preference( Control chart builder( K sigma ) );
...