Write VB script to convert from feet to inches(hint 1feet=12
inches)
Answer Posted / 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 |
Post New Answer View All Answers
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
How can you destroy an object in vbscript?
Does VB/Win make standalone .EXE files?
What are the differences between sub procedures and function procedures?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Difference between dim,public and private variables in vb script?
How are values assigned to string type and numeric type variables?
What is variant in vb script?
What is the difference between vb debugger and the script debugger?
Explain the functionality of vbscript?
How to access array data?
Explain about tristate constants in vbscript?
Which function is used to perform string comparison?
What are class events?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?