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
In html file what is an ideal position to include vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
What is the use of the formatdatetime function in the vbscript language?
what is the use of QCUtil? explain with one example?
How will you get the natural logarithm of the given number in vbscript?
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble
What is variant in vb script?
How to assign a date value to a variable?
What are the naming conventions while declaring a variable in the vbscript language?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Anyone have qtp11.0 crack?
How to open excel in vb script?
Mention what is vbscript?
how to automatically update the sql server2005 database records when insert in vb6?
why variable name should not exceed 255 characters?