1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
how to find using vbscripting
Answer Posted / sumathi
n=inputbox("enter a number")
For i=1 to n
x=" "
For j=1 to i
x=x&vbtab&i
Next
print x
Next
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how to increasing the numbers in a given text box please write a vb script
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How to Import data from a file (file is on the desktop) to the data table
What is the difference between for loop and while loop?
Explain about scrrun.dll?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
what is the use of QCUtil? explain with one example?
Explain the adodb.stream class?
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 is used of Property........End Property loop ? how to write the script for it?
Why is it recommended to close the database connection every time after the work is completed?
Does VB/Win make standalone .EXE files?
Explain a few date functions in vbscript
Which function allows you to instantiate an object given its programmatic identifier or progid?
how to write validation function for date in vb script