beginner question on multidimensional arrays



Hi everyone,

I'm trying to write a program that will search a body of text and
replace certain words (say, A, B, and C) with different words that I
think are more appropriate (A1, B1 and C1). I have a feeling that I
need to do this through a multidimensional array. Am I on the right
track?

thanks,
matt

.