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 |
Explain the support of asp for vb script functionality?
Write a program to print all lines that contains a word either “testing” or “qtp”
1. How do declare public variable in vb scripts?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
how to organize files in object repository of qtp
Explain the functionality of vbscript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Explain How do you create a recordset object in vbscript?
Mention what is byref and byval parameters in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
write a script to count no drives in file systems in qtp?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.