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
what is the features of visual basic?
How will you get a combined string from array of string in vbscript?
Explain about operator precedence in vb script?
Which object provide information about a single runtime error in a vbscript?
Explain about arrays in vb script?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Explain about adodb.stream class?
write a program to display configuration of a local system with the help of vb script.
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What are string functions in vbscript?
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?
What is the main difference between function and sub-procedure?
What is the difference between javascript and vbscript?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
how to acces the remote mechine using vb cript(QTP)