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
Explain few date functions in vbscript?
Anyone have qtp11.0 crack?
Explain about constants in vb script?
How to write VB script for login module?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What is vbscript language used for and which earlier language is it modeled upon?
Explain the tristate constants in vbscript?
What is the difference between do until loop and do while loop?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Why is error handling required?
What is vbscript?
what is the standards used for writing the script in QTP
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?
How will you release the memory acquired by an array variable in vbscript?