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

How to pass the parameter from one function to another
function in VB Scripting?

Answer Posted / vaishnavi murugan

dim a
a=10
b=20

call value(a,b)

function value(a,b)
c = a+b
msgbox c

call val1(c)
end function

function val1(c)
d = c+2

msgbox d
end function

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are class properties?

1119


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

1956


How to access array data?

959


How to Convert Hex color code to color name in VB Script?

4360


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

2307


what is the features of visual basic?

2062


How to open a file. What is the perpose of true and false mode there?

1076


Write a Script for ATM in QTP

3835


can anyone tell me the procedure of interview held in applabs

2149


Which in-built function is used to format the number in the vbscript language?

963


wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

1856


How will you get the last occurrence of one string within another string using vbscript?

1147


hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?

1961


What are the naming conventions while declaring a variable in the vbscript language?

1004


What are the different types of operators and their order of precedence?

1003