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
Answer / mudaseer
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sooraj
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 1 Yes | 0 No |
How to Convert Hex color code to color name in VB Script?
How will you convert a string to upper case string using vbscript?
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?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
Explain the operator precedence in vb script?
write a Vb script to find a whther a selected drive exits.
how does vb script help in web page designing? explain with example.
write a vb script to display calculator using case statement?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
What is vbscript procedures?