Hi, my previous message seems like not able to get posted due to some reason,
just to add some comment on this, I think the functions with same name under
2 different modules could be possibly called by:

moduleA.myfunc

moduleB.myfunc


______________________

Start Toolbox A
        Load macros

Start Toolbox B
        Load macros


--> toolboxAlib.scilab_sum(2,1)

  "This is function from ToolboxA"
 ans  =

   3.

--> toolboxBlib.scilab_sum(2,1)

  "This is function from ToolboxB"
 ans  =

   3.





--
Sent from: 
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to