I have a VBScript file, in which my functions are defined. In my other VBScripts i include this file, and so i can use the defined functions. My Problem is, that this way, anyone can see my predefined functions. Is it possible somehow to make a lib or some other file from my VBScript file, which i can include in my later VBScripts, and use it's functions?
Thanks!