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
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
What are string functions in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How will you get the octal value of the given number in vbscript?
How will you reverse a string 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?
What are the naming conventions while declaring a variable in the vbscript language?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
how to increasing the numbers in a given text box please write a vb script
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
what do you mean .ota mobile format
How are values assigned to the variables in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
Explain what is loose binding? Why is it not a good practice to use it?