User input/Graphical: Difference between revisions

m
Line 105:
=={{header|VBScript}}==
{{works with|Windows Script Host}}
<lang vb>strUserIn = InputBox("Enter Data")
Wscript.Echo strUserIn</lang>
 
=={{header|Vedit macro language}}==
Anonymous user