The elements of
DIM words$(50)
words$(0) = "Daniel likes cats." ' 18-character string
words$(1) = "" ' a null string
words$(2) = "Nicki is a sweet child." ' 23-character string
' assign more array values here
words$(50) = SPACE$(200) ' 200-character string
See Also
Internal representations of arrays
Arrays within User-Defined Types