Running a JSL script within another JSL script
HelloI hope this one is easy, but I'm having difficulties figuring it out (new JSL user)... I have a "large" JSL script, of which within it, I want to run a "short" JSL script. However, I do not want to put the code of the shorter script within the larger one since the same code is used within several of my scripts (its a database query builder). Is there a way to simply run the shorter script (...