SUB TRIAL (BYREF DT1AS STRING)[1.0]'CODE THAT MAKES CHANGES TO DT1...

69.

Sub trial (ByRef dt1As String)

[1.0]

'Code that makes changes to dt1.

End Sub

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

a) The above variable can be

b)

The above variable cannot

be forced by the calling code

forced by the calling code to

pass by value

to pass by value.