Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 33937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:59:59+00:00 2026-05-10T13:59:59+00:00

Below are two ways of reading in the commandline parameters. The first is the

  • 0

Below are two ways of reading in the commandline parameters. The first is the way that I’m accustom to seeing using the parameter in the main. The second I stumbled on when reviewing code. I noticed that the second assigns the first item in the array to the path and application but the first skips this.

Is it just preference or is the second way the better way now?

Sub Main(ByVal args() As String)     For i As Integer = 0 To args.Length - 1         Console.WriteLine('Arg: ' & i & ' is ' & args(i))     Next      Console.ReadKey() End Sub 

Sub Main()     Dim args() As String = System.Environment.GetCommandLineArgs()      For i As Integer = 0 To args.Length - 1         Console.WriteLine('Arg: ' & i & ' is ' & args(i))     Next      Console.ReadKey() End Sub 

I think the same can be done in C#, so it’s not necessarily a vb.net question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T14:00:00+00:00Added an answer on May 10, 2026 at 2:00 pm

    Second way is better because it can be used outside the main(), so when you refactor it’s one less thing to think about.

    Also I don’t like the ‘magic’ that puts the args in the method parameter for the first way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the code below I tried in two ways to access the parent version
The example program below compiles two in-memory assemblies. The first compilation works fine. The
In the program below, there are two things that I don't understand. How can
Below are two different ways to initialize static readonly fields. Is there a difference
You can see what I am trying to do below. Two ways I have
I know that there are several ways to define a function in JavaScript. Two
Why does the select statement below return two different values ? declare @tempDec decimal
Of the two methods below, which do you prefer to read? Is there another
Is there a difference between the two examples below for beginning a Perl script?
In the code below I use mpf_add to add the string representation of two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.