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

What are string functions in vbscript?

656


Why to use option explicit in vb script?

596


Explain about the extension .hta?

621


How will you get a random number between 0 and 1 in vbscript?

717


Can anyone send me a vb script function for verifying the functionality of active links on a web page

1597






Explain How do you create a recordset object in vbscript?

564


What is purpose of scripting.filesystemobject class in vbscript?

625


Out of the different type of operators, which are evaluated first and last in the vbscript language?

561


How to take whole text output from screen of Bitmap Application.

1868


How to capture a runtime error in vbscript?

628


Explain about tristate constants in vbscript?

612


How can constants be declared in the vbscript language?

551


How will you get a string with the specified character the specified number of times in vbscript?

571


How will you get a subset of a array in vbscript?

586


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.

1568