write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple

Answer Posted / abhishek mallabadi

dim apple
apple="a"
msgbox apple
apple1=apple & "p"
msgbox apple1
apple2=apple1 & "p"
msgbox apple2
apple3=apple2 & "l"
msgbox apple3
apple4=apple3 & "e"
msgbox apple4

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar

1970


How to Convert Hex color code to color name in VB Script?

3936


What is dictionary object in vbscript? Explain?

628


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1667


Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.

1417






what is event handling?

586


What is the difference between function and procedure?

579


How will you convert a string to upper case string using vbscript?

563


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

1826


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

866


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?

1553


Mention what if you do not specify anything when you call a procedure?

574


What's the difference between vbscript and vb.net?

557


How are values assigned to the variables in the vbscript language?

579


Can u describe what kind of testing are for OTC derivates by banks.

1672