write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / usha
str="apple"
for i = 1 to len(str)
msgbox left(str,i)
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you get the natural logarithm of the given number in vbscript?
How will you get the smallest subscript of an array in vbscript?
How are comments handled in the vbscript language?
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...
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Compare java script and vb script?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is the event handling in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the difference between vb debugger and the script debugger?
what is the standards used for writing the script in QTP
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Mention how to access array data?
what is resorceallocation