23.04.2017, 21:07
(This post was last modified: 23.04.2017, 21:12 by Erwin van der Zwart.)
Hi,
Ah, did not check there as it's not the best place to put it (:
Common functions are loaded in every script and you should limit the functions there to functions that are 'common' what means the functions you use in most of your scripts.
If you have functions that are used by 1 or some scripts its better to put them in a user lib and load (require) them in only the scripts you need them. This is much better for your system resources (:
BR,
Erwin
Ah, did not check there as it's not the best place to put it (:
Common functions are loaded in every script and you should limit the functions there to functions that are 'common' what means the functions you use in most of your scripts.
If you have functions that are used by 1 or some scripts its better to put them in a user lib and load (require) them in only the scripts you need them. This is much better for your system resources (:
BR,
Erwin