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
What is byref and byval parameters in vbscript?
what is the standards used for writing the script in QTP
Explain few date functions in vbscript?
What is Procedure or Subroutine in VB Script?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Which date function is used in the vbscript language to find the difference between the 2 dates?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain the constants in vbscript?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Out of the different type of operators, which are evaluated first and last in the vbscript language?
What are class variables?
How will you reverse a string in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How to create a cookie using vbscript?
Explain a few date functions in vbscript