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 Posted / 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 |
Post New Answer View All Answers
What are the rules to name variable in vbscript?
How will you get the octal value of the given number in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
write any ttest cases using check points and parameterization
what is the standards used for writing the script in QTP
What are class properties?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
who will create the object?
What is the use of option explicit in vbscript?
What are the different types of operators and their order of precedence?
What is the scope of a constant declared using public?
How will you convert a string to upper case string using vbscript?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.