Is it dangerous to use "Script Libraries" future of "ST eScript Engine"?
Hello, Everyone!
Does somebody using "Script Libraries" (https://docs.oracle.com/cd/E14004_01/books/UsingTools/using_script_editors13.html#wp1155657 ) future of ST eScript Engine? We've found a Note Doc ID 1337531.1 on Oracle Support. The Note have recommendation from Oracle to use standart method InvokeMethod instead of "Script Libraries" because of danger of Application crash.
We want to use this future of eScript Language. It is much better to pass paramenter like function arguments instead of instantiation of two PS and then parsing them and using InvokeMethod.It is much better for code reuse.
Thank You!