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 to display the code "vbscripting" alphabet
by alphabet(i e 1st v then b and up to g)

Answer Posted / mudaseer

vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In html file what is an ideal position to include vbscript?

1468


Which function allows you to instantiate an object given its programmatic identifier or progid?

1086


What is the use of the formatdatetime function in the vbscript language?

1076


what is the use of QCUtil? explain with one example?

7145


How will you get the natural logarithm of the given number in vbscript?

1113


Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble

2523


What is variant in vb script?

1204


How to assign a date value to a variable?

1156


What are the naming conventions while declaring a variable in the vbscript language?

1090


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

3072


Anyone have qtp11.0 crack?

2897


How to open excel in vb script?

1076


Mention what is vbscript?

1172


how to automatically update the sql server2005 database records when insert in vb6?

2003


why variable name should not exceed 255 characters?

2283