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)

Answers were Sorted based on User's Feedback



write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then..

Answer / mudaseer

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

Is This Answer Correct ?    3 Yes 0 No

write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then..

Answer / sooraj

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

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

How many types of operators are available in the vbscript language?

0 Answers  


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

0 Answers  


How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")

2 Answers  


What are the 2 ways to pass a value to the function?

0 Answers  


write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)

2 Answers  


How to pass the parameter from one function to another function in VB Scripting?

1 Answers   Fastenal,


Which operator can be used to change the value of the operand or change the state of the condition?

0 Answers  


What are the different types of loops available in the vbscript language?

0 Answers  


What is a class in CSS?

1 Answers  


When does ‘on click of button’ event gets triggered in the vbscript language?

0 Answers  


How will you get the last occurrence of one string within another string using vbscript?

0 Answers  


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


Categories