*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answers were Sorted based on User's Feedback
Answer / pratap
for i=1 to 3 step 1
for j=1 to i step 1
vstr=vstr&"*"
next
vstr=vstr&vbnewline
next
msgbox vstr
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manjunathareddy
For i=1 to 3
Var=Var&" "& string(i,"*")&Vbnewline
Next
Msgbox Var
Is This Answer Correct ? | 1 Yes | 0 No |
Which in-built function is used to format the number in the vbscript language?
What is vbscript?
regular expression that will recognize a browser as long as its name property starts with mybrowser
How to Convert Hex color code to color name in VB Script?
How to write functional test cases for send button in gmail.
Which is the default Data types in VBScript?
How to return a value from function...? you should not tell msgbox, print.. etc.,
How are arrays declared in the vbscript language?
hi, How will write a regular expression of date in VB scripting.
how to acces the remote mechine using vb cript(QTP)
did any one attended interview in applabs if you had gone through plz tell me the procedure
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links