Confusion using word( ) function and specified delimiter
Hello all, I'm trying to manipulate my column names. It's very easy to do once or twice with Find/Replace but I'd like to script it. Essentially, I want to change a column name from "Singlets/Live leukocytes/Lymphocytes/B cells/A+B+C-,Freq. of Parent" to "B cells/A+B+C-,Freq. of Parent". Here is my current code: dt = Current Data Table ();
colList = dt << get column names(string);
For ( i = ...