What is the difference between ByRef and ByVal.
When to use ByRef and ByVal
Answer Posted / akshitha
Arguments r of 2 types-
byval & byref
byval-when a method is called using by value & an argument
is passed & if the value of that argument is modified within
that method,orginal argument is not modified
byref-when a method is called by reference & an argument is
passed & if the value of that argument is modified within
that method,original argument is modified
| Is This Answer Correct ? | 31 Yes | 12 No |
Post New Answer View All Answers
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Write a code to print numbers from 5 to 0?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What methods are used to create text files and open text files in the vbscript language?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How to create a function in vbscript?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What is the use of the recordset object and which statement is used to create such an object?
how does vb script help in web page designing? explain with example.
Which function allows you to instantiate an object given its programmatic identifier or progid?
who will create the object?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How will you reverse a string in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
regular expression that will recognize a browser as long as its name property starts with mybrowser