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
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Explain vbscript in detail?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
about vb scripting programs this type of all question& answers
How to write VB script for login module?
What is the purpose of regexp object in vbscript?
who will create the object?
how to increase the values in text box in a given text box increament by two values by clicking on button
How do you declare a variable in vbscript?
How to capture a runtime error in vbscript?
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?
Difference between dim,public and private variables in vb script?
What is the main difference between function and sub-procedure?
what is the standards used for writing the script in QTP