07-10-2019 11:15 AM
Hi
I have a use case where I am looking forward to access methods of one library(expression file) from another library (expression file 2).
Is their a way to achieve this?
Solved! Go to Solution.
07-18-2019 11:04 AM
07-17-2019 08:58 AM
Is there a way to declare methods with global scope in expression library.
Is nesting multiple libraries together a good preactice ?
07-17-2019 09:29 AM
Do you mean without the lib.libname
prefix? No, libraries are always imported under the lib
object.
I’m not sure what you mean by this, can you give an example?
07-17-2019 09:30 AM
lib1 is used by lib2 and then libe2 is used by lib3
referencing multiple library through the lib
variable
07-17-2019 09:37 AM
I think it’s fine to reference one library from another.
07-17-2019 09:41 AM
Do we expect some slowness ?