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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is vbscript language used for and which earlier language is it modeled upon?

539


Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.

1852


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1417


why variable name should not exceed 255 characters?

1822


Mention characteristics of sub procedures?

582






what is the difference between modular and data and keyword driven framework

1745


Can anyone send me a vb script function for verifying the functionality of active links on a web page

1602


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

562


What are the uses of vb script?

587


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

2560


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

536


who will create the object?

1725


i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me

1801


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

1564


Mention what is the difference between vbscript and vba?

525