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 |
i want to when we will write the scripts either after getting the build or after getting the SRS?
How to generate 3 digit random number?
How to insert snapshot during manual scripting in QTP?
I want good books or good sites for scripting.Can any one help me.
Explain about adodb.stream class?
Does VB/Win make standalone .EXE files?
write a vb script to generate 3*3 matrix
Explain about the extension .hta?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
How to replace junk code recorded by QTP with a mall function.
How to remove the spaces in a string Ex: "this is apple"
How to Import data from a file (file is on the desktop) to the data table