1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
how to find using vbscripting
Answer Posted / abbas khan
Option Explicit
Dim Var, i, j
For i = 1 To 5 Step 1
For j = 1 To i Step 1
Var = Var &i &Space(3)
Next
Var = Var &vbNewLine
Next
Msgbox Var
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which function allows you to instantiate an object given its programmatic identifier or progid?
Mention characteristics of sub procedures?
How regexp.execute method works?
filter the array values without using filter function?
Mention what is vbscript procedures?
How will you convert a given number to long in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
How to open browser in vb script?
What are keywords in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
How will you reverse a string in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
what is resorceallocation
who will create the object?