How can we return a value from User Defined Function ?
For Eg. we have 2 functions. In Fun1 i am getting 2 values
(a,b) and i am addding those 2 and storing in to another var
(c). Now i want to pass that var(c) to another function
(fun2). What will be the script?
Answer Posted / saahasikan
Please tell me how to write and call functions in classic ASP
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Mention what is byref and byval parameters in vbscript?
What are the naming conventions while declaring a variable in the vbscript language?
Which operator is used to concatenate the 2 values in the vbscript language?
What are events in the vbscript language?
Mention what are the rules to name variable in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What are the 2 ways to pass a value to the function?
Explain few date functions in vbscript?
What are the data types supported by vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Explain about .wsf files?
Can u describe what kind of testing are for OTC derivates by banks.
Mention what is the use of option explicit in vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
what is the differance between BYVAL,BYREF?