JMP12 vs JMP14 close command while saving
Hello, I've recently moved to JMP14 and have some scripts that stop working due to "invalid argument in access or evaluation of 'Close'". Basically in JMP12 if I wanted to close table ABC and save it as a csv file, I'd use the following command:close(data table ("ABC") << save("\C:\Temp\ABC.csv"));
In JMP14, I cannot do this anymore. Does anyone know what would be the equivalent to this command in ...