Array of strings?

I have a bunch of RTTTL song strings. I want to randomly play one when a button is pressed. I planned to just load them all into an array of strings in a Global variable - then generate a random int to randomly play a song.

It does not appear that you can create an array of strings (or char arrays) - at least I cannot find anything about it.

Any pointers on the best way to approach this problem?

thanks!

1 Like