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...

hi guys, could you please prepare script for given format ?
1,1,2,3,5,8,13,21,...etc use vbscript for this...?

Answer Posted / madhumita baitalik

Sub Fibonacci()
a = 0
b = 1
For i = 1 To 10
c = a + b

a = b
b = c

msg1 = msg1 & "," & b

Next
Msg = "The string is 1" & msg1

MsgBox Msg

End Sub

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?

2003


in my application,validation message has in japanise language.how to validate this message is appears properly or not

2109


How can you close the second opened browser?

1489


How does QTP identify an object?

1094


What is quick test pro?

1099


tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?

2224


can anyone tell me from where i can download qtp demo or crack version

2043


how to disable the pop ups through QTP using a script

2322


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

6297


Hello friends..... On which areas of an application we can not test with QTP

2126


How many number of actions possible in qtp?

1093


How would you export a script from one pc to another in qtp?

1151


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

2217


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1870


For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?

1077