please explain the difference between the variables assigned at the top of your function and those assigned using the Dim statement


ex. Public Function TestJob (strFName as String)

Dim strLName as String


Please explain diff between FName and LName