Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / anil
For i=0 To 4
For j=0 To i
vstr=vstr&"*"&""
Next
vstr=vstr &" "
Next
msgbox vstr
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain vbscript in detail?
Mention how to assign a date value to a variable?
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......
1. How do declare public variable in vb scripts?
What is purpose of scripting.filesystemobject class in vbscript?
What is the difference between function and procedure?
Explain How do you create a recordset object in vbscript?
How to delete a cookie using vbscript?
How to add actions in driver script to run those actions in QTP?
How will you get a string with the specified character the specified number of times in vbscript?
write any ttest cases using check points and parameterization
Explain about scrrun.dll in vbscript?
How strcomp function works?
How to assign a date value to a variable?