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


Please Help Members By Posting Answers For Below Questions

How to pass argument by reference to a function in vbscript?

538


regular expression that will recognize a browser as long as its name property starts with mybrowser

1763


What is the use of the recordset object and which statement is used to create such an object?

529


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

1045


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

1588






How can you fetch the value of a cookie?

550


How will you reverse a string in vbscript?

620


Why to use option explicit in vb script?

600


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 ?

1552


How will you format a number in percetage format in vbscript?

591


Mention when to use function procedures and what are its characteristics?

627


what is the standards used for writing the script in QTP

1892


How to Convert Hex color code to color name in VB Script?

3934


What is the purpose of the err object in the vbscript language?

626


Illustrate briefly about the different types of statement

2025