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 |
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
Description.Create
1. How do declare public variable in vb scripts?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Diff between web table ,datatable and data base (QTP)
How will you convert a string to upper case string using vbscript?
What are the differences between sub procedures and function procedures?
What is the use of "Option Explicit"?
Compare java script and vb script?
Explain How do you create a recordset object in vbscript?
how to retrieve native property value in runtime?