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 |
who you define variables and functions in VB?
How to write functional test cases for send button in gmail.
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
Explain vbscript in detail?
compare the string without using stringcomp function?
How to get the background color of a weblist?
How are values assigned to string type and numeric type variables?
write a qtp script to count the number of minimized windows
how to find greatest of n numbers!
Mention what is the main difference between function and sub-procedure?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
who will create the object?