MTSkull
Well-known member
New to Dot Net...
How do I use the command window?
>?testFunc()
Thanks
How do I use the command window?
>?testFunc()
Code:
Public Function testFunc() As String
testFunc = "Test"
End Function
Thanks