Hi all..I have two values. a=20 ,b=30
I want to perform c= a+b and c= a*b using user define
function.please anyone give the answer
Answer / prathyusha
Res=Add (20,30)
msgbox Res
Function Add (a,b)
c=a+b
Add=c
End Function
Res1= Mul (20,30)
msgbox Res1
Function Mul (a,b)
c=a*b
Mul=c
End Function
| Is This Answer Correct ? | 0 Yes | 0 No |
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Which function is used in the vbscript language to convert the specified expression into a date type value?
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
How to return a value from function...? you should not tell msgbox, print.. etc.,
hi, How will write a regular expression of date in VB scripting.
What are the rules to name variable in vbscript?
How are arrays declared in the vbscript language?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
Description.Create
How to pass the parameter from one function to another function in VB Scripting?
Mention how you can call vbscript functions?
What is parametrization ?