write a vbscript for traffic signal
Answer / manjunathareddy
Dim Red
Dim Green
Dim Orange
Dim Traffic
Traffic=InputBox("1.Red"&Vbnewline&"2.Green"&vbnewline&"3.Orange","Traffic
Signal")
Select Case Traffic
Case 1
Msgbox "Stop"
Case 2
Msgbox "Move"
Case 3
Msgbox "Ready to Move"
Case Else
Msgbox "Invalid Selection"
End Select
| Is This Answer Correct ? | 6 Yes | 1 No |
How to delete a cookie using vbscript?
Difference between Do while loop and while wend loop
Description.Create
Which is the default Data types in VBScript?
What is select case statement?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How will you reverse a string in vbscript?
how to check whether link is disabled in QTP??
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Mention what are the rules to name variable in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?