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


Please Help Members By Posting Answers For Below Questions

What are the rules to name variable in vbscript?

589


Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

488


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1461


What is variant in vb script?

626


How to pass argument by reference to a function in vbscript?

540






write any ttest cases using check points and parameterization

1823


Which data type/types are supported by vbscript language and what are their specialties?

600


What is vbscript procedures?

604


how to acces the remote mechine using vb cript(QTP)

1607


Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

1436


How can you fetch the value of a cookie?

552


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?

2028


What is the difference between function and procedure?

581


How to make sure that items in a wintree are sorted al?

2358


Does VB/Win make standalone .EXE files?

2903