+ 1
How do I add strings to an string array that's inside a class?
When I went to do this my mind suddenly went blank as I've never done this before I have no code to reference and don't even know where to start.
2 Respuestas
+ 1
From outside that class? Or also outside a namespace wrapping the class? You should just be able to go:
ClassName.arrayName[index] = valueHere;