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
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What are the naming conventions while declaring a variable in the vbscript language?
Explain the tristate constants in vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
what is the standards used for writing the script in QTP
When to use function procedures and what are its characteristics?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you format a number in percetage format in vbscript?
i need to sort the data using qtp script for this how i need to write a qtp script
Can u describe what kind of testing are for OTC derivates by banks.
What are the special sub-types in vbscript?
How will you convert a given number to long in vbscript?
what is resorceallocation
How will you get the last occurrence of one string within another string using vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?