Hi Guys
I have a requirement that I have to accept multiple command line arguments in VB. Each argument has more than one predefined value.
For example lets say parameters are X and Y.
X can be 1 or 2 or 3. If no argument is specified default is "1".
Y can be A , B or C. If no argument is specified default is "A".
So this requires to validate the arguments after accepting them from command prompt.
I am new to VB, can you guys please let me know how do I start on this.
Thanks
I have a requirement that I have to accept multiple command line arguments in VB. Each argument has more than one predefined value.
For example lets say parameters are X and Y.
X can be 1 or 2 or 3. If no argument is specified default is "1".
Y can be A , B or C. If no argument is specified default is "A".
So this requires to validate the arguments after accepting them from command prompt.
I am new to VB, can you guys please let me know how do I start on this.
Thanks