Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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?

1137


How will you get the octal value of the given number in vbscript?

1019


what is used of Property........End Property loop ? how to write the script for it?

2330


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

3092


write any ttest cases using check points and parameterization

2337


what is the standards used for writing the script in QTP

2383


What are class properties?

1226


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

3026


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?

2524


who will create the object?

2251


What is the use of option explicit in vbscript?

1043


What are the different types of operators and their order of precedence?

1087


What is the scope of a constant declared using public?

1030


How will you convert a string to upper case string using vbscript?

1054


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.

1894