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
What is the event handling in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
what is the difference between modular and data and keyword driven framework
Explain about filter expression?
How many types of operators are available in the vbscript language?
Explain the constants in vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How will you get the octal value of the given number in vbscript?
Explain the arrays in vb script?
Mention when to use function procedures and what are its characteristics?
Explain the extension .hta?
How to write functions and sub in vb script?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?