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

In what way program "hello world" you can write in vbscript?

639


What are the data types supported by vbscript?

574


Mention what is vbscript procedures?

536


Explain the extension .hta?

536


How will you reverse a string in vbscript?

615






how to set one column as primary key in QTP and fetch values accordingly

1819


How to pass argument by reference to a function in vbscript?

534


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

523


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

535


what is used of Property........End Property loop ? how to write the script for it?

1682


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

1041


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1440


filter the array values without using filter function?

1651


what is resorceallocation

1769


If else for do while select in vb script?

636