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 can you fetch the value of a cookie?
What is the difference between vbscript and vba?
What are the different types of operators and their order of precedence?
What are the disadvantages of vbscript?
How to open browser in vb script?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How to declare an array in vbscript?
Can u describe what kind of testing are for OTC derivates by banks.
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Mention characteristics of sub procedures?
how to automatically update the sql server2005 database records when insert in vb6?
How will you get a random number between 0 and 1 in vbscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Which function is used in the vbscript language to convert the specified expression into a date type value?