basically i have a 3d array of chars, i need to be able to save and load it using text files.
Any as to how i would actually do it? Im familiar with reading lines using BuffererdReader and stuff.
Im thinking use a loop to save each element to a file. But how to get it to load. How do i split up each char so they each get read back into the correct elements?