"Name Unresolved" error with use of custom function
Hello, I'm attempting to define and use a custom function within a JMP script . Will that run ok? As of now when it gets to the line to call the function (JSload) I get the following error in the log. Name Unresolved: JSload in access or evaluation of 'JSload' , JSload( temp ) /*###*/ I am passing the function a character string "temp" (a file name with proper path for an xlsx file) and atte...