Open a .jrp file with JSL, but the open function returns nothing
Hello, I met a problem that confused me so much.
When I open a .jrp file using Open() function, nothing is returned.Names Default To Here( 1 );
rp = Open("<PATH-TO-FILE>\RxOsnrTol-01-Distribution-By(Temperature).jrp");
Show(rp);
Then in the log window, I got:{Distribution[], Distribution[], Distribution[]}
rp = .;
By the way, the .jrp file is opened and displays normally. It seems that the only probl...