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
Explain the string concatenation function in vbscript?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Explain the tristate constants in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Mention how you can call vbscript functions?
Why is error handling required?
What are subprocedures in vbscript?
Differentiate javascript and vbscript?
Difference between dim,public and private variables in vb script?
How to assign a date value to a variable?
what is the differance between BYVAL,BYREF?
Description.Create
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How are values assigned to the variables in the vbscript language?
Mention what is the difference between vbscript and vba?