Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / rajani_kanth
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 |
Post New Answer View All Answers
There are 5 web pages.write a script to click the button on 4th web page.
Explain about arrays in vb script?
What are class events?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How will you get the largest subscript of an array in vbscript?
did any one attended interview in applabs if you had gone through plz tell me the procedure
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?
How will you get a random number between 0 and 1 in vbscript?
How to declare an array in vbscript?
how to set one column as primary key in QTP and fetch values accordingly
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What are keywords in the vbscript language?
Mention what is vbscript procedures?