=?windows-1250?Q?Re:_In_what_sequence_are_VBScript_files_loaded?_[74290]?=

2020-10-10 Tema obsahu Jan Fiala
I don't know it just now, but I guess they are processed alphabetically. Try name your module with functions to be before others -- PSPad freeware editor https://www.pspad.com

=?windows-1250?Q?In_what_sequence_are_VBScript_files_loaded?_[74289]?=

2020-10-10 Tema obsahu Professor Bernd
Hello. Assuming there are several VBScripts: [i]_Script_1.vbs, _Script__B.vbs, AScript.vbs, 123.vbs and MyFuncs.vbs[/i]. In MyFuncs.vbs there is for example a function "Foo(s_Var1)". To use Foo() in several VBScripts, I can call 'MyFuncs.Foo("Hello World!")' in these scripts. But if I call Foo()