vbscript Include files Global initialization

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Before we use the IncludeFile method, we need to :

  • Declare std_internal_LibFiles globally
  • Initialize it with a new dictionary
Dim std_internal_LibFiles
Set std_internal_LibFiles = CreateObject("Scripting.Dictionary")


Got any vbscript Question?