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

Out of the different type of operators, which are evaluated first and last in the vbscript language?

0 Answers  


What are the different types of operators and their order of precedence?

0 Answers  


what is visual basic?

2 Answers   Seion Infotech,


Explain vbscript in detail?

0 Answers  


What are the data types supported by vbscript?

0 Answers  






Mention what is vbscript procedures?

0 Answers  


What is the extension of the vbscript file?

0 Answers  


How to open a file. What is the perpose of true and false mode there?

0 Answers  


how does vb script help in web page designing? explain with example.

0 Answers  


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.

0 Answers  


Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

10 Answers   Amazon, CSC,


pls tell me which is good book or site for vbscript?

1 Answers   Mind Tree,


Categories