Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / chandu
a=4
for i=1 to a step 1
b= string(i,"*")
c=c&" "&b
next
msgbox c
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Explain a few date functions in vbscript
What is the use of the date function in the vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain about scrrun.dll in vbscript?
Mention what if you do not specify anything when you call a procedure?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Mention what is byref and byval parameters in vbscript?
How will you convert a string to upper case string using vbscript?
What are keywords in the vbscript language?
Which function allows you to instantiate an object given its programmatic identifier or progid?
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
Anyone have qtp11.0 crack?
How to throw an error in vbscript?
Which operator can be used to do an xor operation in vbscript?