Syntax Question - String Array

  • Thread starter Thread starter C Downey
  • Start date Start date
C

C Downey

Whats the difference between

Dim recipient() As String

and

Dim recipient As String()

TIA
Colleen
 
None.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top