SUB TRIAL (BYVAL DT1 AS STRING)[1.0]'CODE THAT MAKES CHANGES TO DT...

68.

Sub trial (ByVal dt1 As String)

[1.0]

'Code that makes changes to dt1.

End Sub

Can the above variable be forced by the calling code to pass by

reference?

b) The above variable cannot

a)

The above variable can be

forced by the calling code to

be forced by the calling

code to pass by reference.

pass by reference.