The variable fileNames, is a JMP List, which is similar to an array. Elements within the list, can be referenced by subscript;
fileNames[3] returns the 3rd file name from the list.
If you are asking, how do you move this into an Associative Array
dt_list=associative array(filenames)
Jim