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 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?
How will you get a random number between 0 and 1 in vbscript?
Which command is used for writing text on a page?
Explain about tristate constants?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How can constants be declared in the vbscript language?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Mention how to access array data?
filter the array values without using filter function?
what is the use of QCUtil? explain with one example?
Mention what is the technology used by vb script?
How to throw an error in vbscript?
What are events in the vbscript language?
Explain what is loose binding? Why is it not a good practice to use it?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.