Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 690

how to use Arguments while dedugging in VS2022

$
0
0
How can I enter the argument when I'm still working in the editor VS2022 and debugging this simple VBScript:

Code:

Option Explicit

Dim strMAddress

Set colArgs = WScript.Arguments
strMAddress = colArgs.Item(0)

msgBox("Argumentet = " & strMAddress)


Viewing all articles
Browse latest Browse all 690

Trending Articles