Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5

Answer Posted / ashok kumar

Here....

For i = 1 To 5
For j = 5 To i Step -1
temp = temp & " " & j
Next
MsgBox temp
temp = ""
Next

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check feasibility of the appliction?in automation testing?

2038


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1966


How many ways we can parameterize data in quicktest professional (qtp)?

1140


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

1993


What is difference between Recording time object identification and Run time (Execution) time.

1717


What are the types of environment variables in qtp?

1077


who QTP recognizes the object stored in object repository?

2137


banking domain description for software tester for interview

3968


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1928


What is the use of text output value in quicktest professional?

1034


How to Test the mainframe application?

2444


How can you write the scripts that operate on different objects depending on run-time information?

2646


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

1115


Define object spy ?

1070


What are the various types of Actions in UFT?

1112