// Have user locate and open probe map file probePath = Pick File("Choose the Probe Map file", "", {"JMP Files|jmp"}); if (probePath == "", throw()); pm = Open(probePath, invisible); colList = pm << Get Column Names(string); if (Contains(colList, "Assay Inlet") == 0, New Window("Error", <