*
**
***
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 |
How will you reverse a string in vbscript?
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
Which constant is used for print and display functions and works as same as pressing enter key?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What is the difference between Javascript & Vbscript?
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
How to select a value from a list box by using Selenium web-driver?
I want good books or good sites for scripting.Can any one help me.
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
int a=4857 i need output as 7584.without using any inbuild function?