write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / aparajita mohapatra
val="apple"
For i=1 to len(val)
val1=mid(val,1,i)
print val1
Next
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Is vbscript a case-sensitive or case-insensitive?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
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?
How will you compare two strings in vbscript?
How will you check that a variable is an array in vbscript?
There are 5 web pages.write a script to click the button on 4th web page.
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?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
please can you help me to get a code of flames using a visual basic 6
wht must be the interview question on corinthian information technology solutions incorporated.
What are the advantages of vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
In html file what is an ideal position to include vbscript?
What are the valid scopes of a variable in vbscript?