@Terisa: that is a limitation of the way user defined functions work. Basically they are global, so only the functions from the current library can be active. I'm afraid there isn;t reallya way around that. You should define your functions in every library.
|