Thread
:
Array of Strings
View Single Post
#
2
Posted to microsoft.public.excel.misc
Ardus Petus
external usenet poster
Posts: 718
Array of Strings
Hi Zone,
Dim myArray(10) as String
Strings are variable length per se.
HTH
--
AP
"Zone" a écrit dans le message de news:
...
I want to set up, for lack of a better term, an array of strings,
evidently a 2-D String array. The number of strings and the number of
characters per string will vary according to conditions. How do I
dimension the array?
Thanks,
James
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus