write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / eswar
cnt =0
x = "*"
For i=1 to 25
y=y&x
cnt = cnt+1
If cnt = 5 Then
cnt = 0
y = y&" "
End If
Next
MsgBox y
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is vbscript language a case-sensitive language and what does it mean?
who will create the object?
What is event handling in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
How will you compare two strings in vbscript?
Explain a few date functions in vbscript
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
How can you fetch the value of a cookie?
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..
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
what is the features of visual basic?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How will you convert a string to upper case string using vbscript?