public function CallByNameSample( test as String ) as Integer
General information
Full name frmemployee.CallByNameSample Access public Overload of Purpose Sample of CallByName function. Parameter Test : Sample of argument. Prototype public function CallByNameSample( test as String ) as Integer History NOVALYS - 2001/10/20 - Creation
Parameters
test String
Source code
Public Function CallByNameSample(test As String) As Integer
'*********************************************************
' Purpose : Sample of CallByName function.
' Comment :
' Parameter : Test : Sample of argument.
' Subject : INTERNAL
' History : NOVALYS - 2001/10/20 - Creation
'*********************************************************
MsgBox test
CallByNameSample = 1
End Function
Referenced properties
Full name Scope frmemployee.CallByNameSample.test parameter
Document created on Wednesday 20 March 2002 at 09:57 by Visual Expert