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

Both Static and dynamic arrays are handled by VB script. Is it true?

1055


wht must be the interview question on corinthian information technology solutions incorporated.

2587


Mention what is variant in vbscript?

918


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1818


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

969


There are 5 web pages.write a script to click the button on 4th web page.

3368


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

2190


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

975


What are events in the vbscript language?

1071


What purpose does ‘on error resume next’ serves?

1024


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

2802


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

2152


How can the spaces from the string be removed?

981


What are subprocedures in vbscript?

1077


How to Convert Hex color code to color name in VB Script?

4365