Write VB script to convert from feet to inches(hint 1feet=12
inches)

Answer Posted / sha

function feet(x)

Inch=12
Res= x*Inch
msgbox x&"Feet"& "="& Res & "Inches"
end function

call feet(2)
Just change instead of 2 any number it ll calu and give u in inches
Hope i answered your question

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

about vb scripting programs this type of all question& answers

1695


Explain the functionality of vbscript?

538


How to assign a date value to a variable?

593


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3194


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1444






What is the difference between vb debugger and the script debugger?

595


How to delete a cookie using vbscript?

555


Explain about scrrun.dll in vbscript?

654


How to access array data?

545


What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

583


What are string functions in vbscript?

658


Which loop is used in case of arrays in the vbscript language?

524


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

2591


Can anyone send me a vb script function for verifying the functionality of active links on a web page

1602


Explain the asc function?

508