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

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 688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>