Simple one … I need a const static string array, and can’t seem to make it happen.
I’m sure I am missing a simple bit of syntax here, unless StringArrays are not able to be const … which is possible.
So … is something like this possible ?
static const StringArray someArray[2] = {String('la", String(‘lalal’)};
