How to Pass Multiple values in functions by using vb script?
Function value(arg1,arg2)
N1=arg1+arg2
N2=arg1-agr2
N3=arg1*agr2
N4=arg1/arg2
Value= How to pass ?
End Function
Answer Posted / swati
above solution is a subroutine not a function
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Mention when to use function procedures and what are its characteristics?
Which object provide information about a single runtime error in a vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What is the event handling in vbscript?
Explain different types of segment?
How are comments handled in the vbscript language?
How will you get the octal value of the given number in vbscript?
What's the difference between vbscript and vb.net?
Explain about scrrun.dll?
who will create the object?
What are lbound and ubound in the vbscript language?
How are values assigned to the variables in the vbscript language?
Mention what is byref and byval parameters in vbscript?
why variable name should not exceed 255 characters?