If I declare a function as this:
VB Code:
Public Function GetRunDate()
it returns a variant, right? Basically I'm wondering what the diff is between the above and the below:
VB Code:
Public Function GetRunDate() As String
I told you it was stupid; I feel really dumb asking it.




Reply With Quote