So I'm trying to use CodeModel to create an auto-class-generator that reads in a ton of data from a txt file, arranges it into String[][]s and creates a class with a method to return the requested String[][]. I would like to be able to use this class to easily update a program when I get new txt files.
Unfortunately, I'm very much struggling to create a returnable array of arrays using CodeModel. Any suggestions for other similar methods of coding or ways to fix my problem?
Thanks!!!! :(happy):

