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
How to access array data?
Is VB Script Case sensitive or Case insensitive?
why do u choose to go for testing why cant for devoloping
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Compare java script and vb script?
Write a code to print numbers from 5 to 0?
what is event handling?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Which constant is used for print and display functions and works as same as pressing enter key?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Description.Create
What is the purpose of the err object in the vbscript language?
What is the use of option explicit in vbscript?
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?
How to take whole text output from screen of Bitmap Application.