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

who you define variables and functions in VB?

Answer Posted / saimahesh babu

variable declaration:dim a
function declaration:

function nameoffuntion(var)
msgbox var
end funtion

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

985


Mention what is byref and byval parameters in vbscript?

951


What is the event handling in vbscript?

931


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?

2421


How will you convert a given number to long in vbscript?

830


Why is it recommended to close the database connection every time after the work is completed?

874


What is the difference between function and procedure?

1138


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

972


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1801


What is vbscript language used for and which earlier language is it modeled upon?

947


after medical test,when will be the police verification

2104


Mention what is select case statement?

907


what is the differance between BYVAL,BYREF?

2218


What are subprocedures in vbscript?

1056


How to capture a runtime error in vbscript?

1087