If I declare a function as this:

VB Code:
  1. Public Function GetRunDate()

it returns a variant, right? Basically I'm wondering what the diff is between the above and the below:

VB Code:
  1. Public Function GetRunDate() As String

I told you it was stupid; I feel really dumb asking it.