Write VB script to convert from feet to inches(hint 1feet=12
inches)
Answers were Sorted based on User's Feedback
Answer / pravina
Dim feet,inches,c
feet=4
c=12
inches=feet*c
msgbox feet&"feet="&inches&"inches"
| Is This Answer Correct ? | 7 Yes | 1 No |
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
1. How do declare public variable in vb scripts?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Is it possible to pass optional argument to function in vb script?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Explain few date functions in vbscript?
input values to accept 2 numbers & print the product, difference and sum using switch case
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
who will create the object?