Skip to main content

Questions tagged [vbscript]

Filter by
Sorted by
Tagged with
4 votes
4 answers
1k views

Consider the following requirements Windows software which communicates with a web application using basic authentication The software is an MSI package The software requires a token to be placed in ...
Kavin Eswaramoorthy's user avatar
8 votes
2 answers
3k views

When I set a variable to an object in VBA / VBScript, I always need to prefix the statement with "Set" such as: Set Dict = CreateObject("Scripting.Dictionary") If I set a variable to a primitive or ...
neelsg's user avatar
  • 483