How to solve the problem that distribution commands need specification limit confirmation when the system is Chinese?
Why is it that my distribution command asks for no capability analysis, but when I run this code it still asks me to confirm that a capability analysis is performed.There is no confirmation window when the system is in English, but there is when it is in Chinese. How to solve it, thanks! Names Default To Here( 1 );
dt2 = New Table( "x", New Column( "y", set values( 1 :: 32 ) ) );
Column( dt2, 1 )
...