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
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Mention how to create a cookie using vbscript?
If else for do while select in vb script?
How will you get a string with the specified character the specified number of times in vbscript?
In html file what is an ideal position to include vbscript?
How to pass argument by reference to a function in vbscript?
Both Static and dynamic arrays are handled by VB script. Is it true?
Explain the .wsf files?
What is the difference between vb debugger and the script debugger?
Why to use option explicit in vb script?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What purpose does ‘on error resume next’ serves?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Explain How do you create a recordset object in vbscript?