How to search in column headers?
Hi,I am new in JSL scripting and I want to know how to search in column headers.Basically, I used data table prepared by other person that I need to analyze. Before I start analysis, I change the column headers through script.However, sometimes the data table does not have the specific header I am chaging and the JSL script will abort.Here my a part of my code:col=Column("%L(i)_MRR"); col<<Set Nam...