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 |
My Salary is 65000. How Much TDS I have to pay
Explain what is loose binding? Why is it not a good practice to use it?
What is the use of the recordset object and which statement is used to create such an object?
write a vb-script code to delete all the mails in my gmail in the year 2011
What is the difference between VBScript and JavaScript?
write a vbscrpit to swap values
how to write vb script code for login gmail page by using notepad and how to run script in notepad
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 ?
What is the use of "Option Explicit"?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
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)
Compare java script and vb script?