Can any one provide code for Mid(string,start[,length]). I
have been asked to write code for Mid(). i.e We need to
define our own function say MyMid() which should behave same
like built-in Mid function
No Answer is Posted For this Question
Be the First to Post Answer
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
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.
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
write a vb script to display calculator using case statement?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What are the environments supported by vbscript language?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
What are the 2 ways to pass a value to the function?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Explain about scrrun.dll in vbscript?
What are events in the vbscript language?