How to get column number from column name? (JMP)
This may be a really simple question but after a lot of searching and testing I can't figure it out. How do I get the column number for a given column if all i know is the column name from a column dialog box?Minimized code:dlg = Column Dialog( dlg_firstParam = ColList( "First Parameter"));firstParam = dlg["dlg_firstParam"][1];i = 5; // this is a test case. Assume i am going to select the fifth ...