How to pass the parameter from one function to another
function in VB Scripting?
Answer / 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 |
How to find a latest file from any folder
I have string like hp company.print tis like company hp.write a program in vbscripting
int a=4857 i need output as 7584.without using any inbuild function?
How to pass the parameter from one function to another function in VB Scripting?
How are comments handled in the vbscript language?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
what is the differance between BYVAL,BYREF?
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
how to retrieve native property value in runtime?
What is difference between Active screen and movie screen recorder in QTP 9.2?
Write a VB Script to count blank Lines in a notepad