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 are values assigned to the variables in the vbscript language?
Can u describe what kind of testing are for OTC derivates by banks.
Explain the constants in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
What are subprocedures in vbscript?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Mention what is vbscript?
What is the technology used by vb script?
What are the 2 ways in which a variable can be declared in the vbscript language?
give me any information abou vb script books learn quckly
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
When are redim statement and preserve keyword used in the vbscript language?
when we use filter funtiom invb script(QTP)
Why is it recommended to close the database connection every time after the work is completed?