How to remove a prefix from multiple column names using JSL?
Ok, I guess I don't understand the JMP documentation. Short on good examples.
I'm trying to rename the columns in a JMP file that had columns names created with a prefix. All the column name start with "pre" and I want to strip that string from the column name.
In a loop, I was able to get all the column names extracted and displayed with a SHOW statement. I used
OldName = (Column name(i));
where i i...