write a vb script to generate the following pattern
*****
****
***
**
*
Answer Posted / sumathi
For i=5 to 1 step -1
var=string(i,"*")
print var
Next
| Is This Answer Correct ? | 14 Yes | 11 No |
Post New Answer View All Answers
What is vbscript language used for and which earlier language is it modeled upon?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
wht must be the interview question on corinthian information technology solutions incorporated.
What is the use of option explicit statement?
What is event handling in vbscript?
What if you do not specify anything when you call a procedure?
how to acces the remote mechine using vb cript(QTP)
what is used of Property........End Property loop ? how to write the script for it?
Can u describe what kind of testing are for OTC derivates by banks.
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
If else for do while select in vb script?
How to get the length of the string by making use of the string function?
How are comments handled in the vbscript language?
What are subprocedures in vbscript?