Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / rajani_kanth
Option Explicit
Dim i,j,k
for i=1 to 5
for j=1 to i
k=k&"*"&" "
Next
k=k&" "&vbnewline
next
msgbox k
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you get the last occurrence of one string within another string using vbscript?
What are class properties?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
What is the difference between javascript and vbscript?
Explain How do you create a recordset object in vbscript?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
What is select case statement?
What is the use of the instr function?
Explain few date functions in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to throw an error in vbscript?
Explain the filter expression?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Can anyone send me a vb script function for verifying the functionality of active links on a web page