3 lines
58 B
VB.net
3 lines
58 B
VB.net
|
|
strUserIn = InputBox("Enter Data")
|
||
|
|
Wscript.Echo strUserIn
|