If after the ")" is empty, doesn't it mean there's no retruning value for the function?That is impossible to know,
I assume As is used for this purpose.
Code:
Function test() ' has no returning value
vs
Function test() As String ' has retruning value