write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / sadashivbyagi
guys dont complex the simple qn's
just try for this k
msgbox "a"&" "&"ap"&" "&"app"&" "&"appl"&" "&"apple"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to open excel in vb script?
What is sql loader? Explain the files used by sql loader to load file?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Description.Create
What is the difference between vbscript and vba?
What is dictionary object in vbscript? Explain?
What are the 2 ways in which a variable can be declared in the vbscript language?
What is the output of a + b in vbscript if a = 5 and b = 10?
How will you get the last occurrence of one string within another string using vbscript?
How to Enter Values on the Command promt using VB script
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
How can you fetch the value of a cookie?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How should i Create Email invite with server-side Coding?