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 vb script to display first 5 odd numbers from 1 to 100

Answer Posted / anjali tamrakar

Private sub form_load()
Dim a as integer
Dim b as integer
B=0
For A=1 to 100 step2
B=B+A
Print A,B
Next A
End sub

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about tristate constants in vbscript?

1133


When does ‘on click of button’ event gets triggered in the vbscript language?

1075


Explain the string concatenation function in vbscript?

1101


write a program to display configuration of a local system with the help of vb script.

2173


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

2525


Which date function is used in the vbscript language to find the difference between the 2 dates?

1117


Mention what is the main difference between function and sub-procedure?

1109


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

2288


how to check whether link is disabled in QTP??

6163


Mention the environments where vbscript could be run?

1308


What is the difference between javascript and vbscript?

1232


What are class properties?

1229


Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?

3518


How to write functions and sub in vb script?

1154


What is the scope of a constant declared using public?

1033