Exception Handling in JMP 11
Hi, Is it possible to use try()/throw() to look for specific JMP exceptions?I have a scheduler that updates several tables from several dynamic sources. I would like to catch things like missing files, columns, or incorrect data types and write them to a log.txt so that it's easy for me to look for and fix anything if the scheduler crashes. Similar to try and catch in java. I know the function log...
