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

How will you reverse a string in vbscript?

622


Explain sga memory structures?

582


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..

1812


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

599


How will you format a number in percetage format in vbscript?

593






How to capture a runtime error in vbscript?

630


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2164


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

1049


How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.

1745


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

561


How are values assigned to string type and numeric type variables?

542


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

615


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

540


What is the use of option explicit statement?

585


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

502