Appending to string array

Senior moment I think…

Why is this telling me that Type “String()” has no member named “Append”?

Dim n() As String
n.Append = Str(d.Year)

It should work if you remove the =

Ah, thank you - couldn’t see it.