cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing one expression library functions from another expression lib

ayush_vipul
New Contributor III

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?

1 ACCEPTED SOLUTION

ayush_vipul
New Contributor III

Thanks @tstack

This helped me a lot.
😀

View solution in original post

17 REPLIES 17

ayush_vipul
New Contributor III

Is there a way to declare methods with global scope in expression library.
Is nesting multiple libraries together a good preactice ?

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?

ayush_vipul
New Contributor III

lib1 is used by lib2 and then libe2 is used by lib3

referencing multiple library through the lib variable

I think it’s fine to reference one library from another.

ayush_vipul
New Contributor III

Do we expect some slowness ?