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
How will you reverse a string in vbscript?
Why is error handling required?
what is the differance between BYVAL,BYREF?
How to open excel in vb script?
How are arrays declared in the vbscript language?
How to Enter Values on the Command promt using VB script
Explain the asc function?
How will you convert a string to lower case string using vbscript?
what is the features of visual basic?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
What is difference between vbscript and vba?
What is the difference between VBScript and JavaScript?
Is vbscript a case-sensitive or case-insensitive?
What is the difference between vb debugger and the script debugger?
Mention what are the rules to name variable in vbscript?