Check to see if a list is empty
Hi there, This may be an easy question to answer but what I am trying to do is use JMP to count the number of files contained within a specific directory and return a value of either 0 if none exist or the number of files.I know that using the Files In Directory function will list the files contained as a list but what I want to do is convert this to a numerical value:ie:
//set up raw dir
raw_d...