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 )
Answer / eswar
x = InputBox("Enter a String : ")
For i=1 to len(x)
MsgBox mid(x,i,1)
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Out of the different type of operators, which are evaluated first and last in the vbscript language?
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
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
accept a string & display whether a is present or not
What is loose binding? Why is it not a good practice to use it?
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
What is the difference between function and procedure?
Mention what is variant in vbscript?
Which keyword is used to declare a variable in the vbscript language?
Write a VB Script to count blank Lines in a notepad
How to make sure that items in a wintree are sorted al?
write a vbscrpit to swap values