Select columns contained in user supplied list
I'm trying to figure out how to use a user specified list to select those data columns contained in the list. The user supplied list may contain more or less names than present in data table. For example, I've tried the following but I can't seem to get it to work. Any ideas would be appreciated. Thanksdt = open("$SAMPLE_DATA/Big Class.jmp");// Get list of data column namescol_list = dt << Get...