Last week is the first time I've seen this syntax. It seems to work but I was wondering if it is the correct way of doing things.
VB Code:
Private Function RC([color=red]Optional ByVal[/color] RsInput As String = "") As String
Printable View
Last week is the first time I've seen this syntax. It seems to work but I was wondering if it is the correct way of doing things.
VB Code:
Private Function RC([color=red]Optional ByVal[/color] RsInput As String = "") As String
It's proper.