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?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What are the environments supported by vbscript language?
Why is it recommended to close the database connection every time after the work is completed?
wht must be the interview question on corinthian information technology solutions incorporated.
What are the different types of loops available in the vbscript language?
Explain about constants in vb script?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain about .wsf files?
Explain the operator precedence in vb script?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
In html file what is an ideal position to include vbscript?