SyntaxFix
Write A Post
Hire A Developer
Questions
I used this in my vb code for the return value of a function:
If obj <> Nothing Then Return obj.ToString() Else Return "" End If