MTSkull
Centurion
New to Dot Net...
How do I use the command window?
>?testFunc()
Thanks
How do I use the command window?
>?testFunc()
Visual Basic:
Public Function testFunc() As String
testFunc = "Test"
End Function
Thanks