Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the adodb.stream class?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Explain about adodb.stream class?
Explain about operator precedence in vb script?
What are the differences between sub procedures and function procedures?
Explain the operator precedence in vb script?
What is the purpose of regexp object in vbscript?
Explain about arrays in vb script?
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.