S
shapper
Hello,
I have a function as follows:
Public Function myF() As String
....
End Function
Is it possible to define a default value that the function would return
if no "return" command is executed?
Thanks,
Miguel
I have a function as follows:
Public Function myF() As String
....
End Function
Is it possible to define a default value that the function would return
if no "return" command is executed?
Thanks,
Miguel