By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
Give examples where vb script can directly run on users system with windows as os?
Mention what is the main difference between function and sub-procedure?
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?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
What are lbound and ubound in the vbscript language?
What is the purpose of the err object in the vbscript language?
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
How can I get the value of an object property or variable in another frame?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.