command line arguments

Signo.X

Well-known member
Joined
Aug 21, 2006
Messages
76
Location
Australia
Programming Experience
1-3
Hi all,

just a quick basic question, how do we obtain multiple argument from the console ?

for example to input a string from the console into my vb.net programe, i simply use str = console.readline() , but what if you want to input 2 argument as the following:

fred M 25 ?

i wana be able to abtain it in one line and i want to be able to validate it as line with 3 params - string string and integer ?

Thanks !

~Signo.X
 
Back
Top