I'd like to define an array like:
sample_array = Array( _
"foo", _
"bar", _
...
"dog", _
"cat" _
)
...in a macro written in VB for Applications (PowerPoint 2010 in this case), but I need to define the array from a text file that would just be formatted like:
foo
bar
...
dog
cat
What is the simplest way to define a text file path and read the values (assume they are always regular ascii strings) directly into an array?
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…