Mention what is the main difference between function and sub-procedure?
No Answer is Posted For this Question
Be the First to Post Answer
what is the standards used for writing the script in QTP
Both Static and dynamic arrays are handled by VB script. Is it true?
What is difference between Active screen and movie screen recorder in QTP 9.2?
What are the disadvantages of vbscript?
How are values assigned to string type and numeric type variables?
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.?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Why is it recommended to close the database connection every time after the work is completed?
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
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
What is the use of "Option Explicit"?
How you can call vbscript functions?