*
**
***
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 |
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
What is a class in CSS?
Mention what is select case statement?
What is the difference between do until loop and do while loop?
Which is the default Data types in VBScript?
What are the differences between sub procedures and function procedures?
give me an ex. of unoverloaded method?
How to Import data from a file (file is on the desktop) to the data table
What are the advantages of vbscript?
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.
How will you check that a variable is an array in vbscript?
How to open a file. What is the perpose of true and false mode there?