Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5
Answer Posted / pushkar1206
a=inputbox("enter number")
b=len(a)
For i=b to 1 step -1
c=left(a,i)
d=d&c&vbnewline
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can i initiate the objects to find uniquely in OR
Hai anyone please "Explain about Framework in QTP?"
What is throw object?
Connect to QC using AOM.
What are the types of object repository in qtp?
How QA specialist can identify when programmatic descriptions are useful?
i can done the project with QTP in that time i can say how many members in my team size?
Explain hybrid framework with advantages and disadvantages?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How you can find length of array in qtp?
What is the short cut keys for the following?
What is synchronization? What are the ways you can synchronize?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What is the default object synchronization timeout in qtp?
What are benefits of qtp?