Difference between ByRef and ByVal?
Answer / suresh
Only a copy of a variable is passed when an argument is
passed by value. If the procedure changes the value, the
change affects only the copy and not the variable itself.
Use the ByVal keyword to indicate an argument passed by
value.
Passing arguments by reference gives the procedure access
to the a1ctual variable contents in its memory address
location. As a result, the variable's value can be
permanently changed by the procedure to which it is passed.
Passing by reference is the default in Visual Basic.
If you specify a data type for an argument passed by
reference, you must pass a value of that type for the
argument. You can work around this by passing an
expression, rather than a data type, for an argument.
Visual Basic evaluates an expression and passes it as the
required type if it can.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is DSN?
What is the difference between a ActiveX DLL and a ActiveX EXE?
Wat is multithreading in VB?
Can Redim be used to declare a new array ?
What is the use of Hyperlink control for DHTML applications?
What is ODBC Direct and Microsoft Jet Database Engine ?
With in the form we want to check all the text box control are typed or not? How?
What is the use of Connection object?
Which controls can not be placed in MDI ?
What is the need of z-order method?
How about Access 2.0 compatibility?
How many system controls are available ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)