write a vb script to display
*****
*****
*****
*****
*****

Answer Posted / prathyusha

for i=1 to 5
for j=1 to 5
v=v&"*"
next
n=n&vbcrlf&v
next
msgbox n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the instr function?

579


How to create a cookie using vbscript?

589


How are values assigned to the variables in the vbscript language?

569


How regexp.execute method works?

588


What are the differences between sub procedures and function procedures?

518






Description.Create

2160


Explain about the asc function?

601


Why is error handling required?

569


What are the environments supported by vbscript language?

504


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

1801


Is VB Script Case sensitive or Case insensitive?

631


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

1537


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

1787


What is the difference between for loop and while loop?

550


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?

1544