Can anyone help me in write coding to get this pattern
*
**
***
****
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
Answer / 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 |
who will create the object?
which is the good software training centre in bangalore?
what is the function to display current date?
what is visual basic?
what is the difference between modular and data and keyword driven framework
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
i need to sort the data using qtp script for this how i need to write a qtp script
Explain vbscript in detail?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
where can i learn VB scripint ?