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
Which function is used to perform string comparison?
What are the data types supported by vbscript?
How can you destroy an object in vbscript?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Both Static and dynamic arrays are handled by VB script. Is it true?
What are the different types of loops available in the vbscript language?
what is resorceallocation
What is the difference between do until loop and do while loop?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Explain about vb script?
Explain some uses of vb script?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How will you check that a variable is an array in vbscript?