Column (i) << Data Type(Numeric) returns error message
For years, I have a script that I use about 1x a week. Strangely enough, today, it suddenly returned an error message:
Argument to Type in access or evaluation of ‘Data Type’, Data Type Numeric ) /*###*/
For(i = 18, i < 103, i = i + 2,
Column(i) << Data Type(Numeric)
);
I think it's just last week that I've updated to JMP v17.2. Is there a change in the new version? Needless to say, that in the...