Hello,
I have a class called Face which has properties laid out. One of the things about the face is that it needs a picture assigned to it. I assign f to a File like I do with everything else as a int or
string. I am able to serialize an array of files f[] and reading in the files with a for loop and using j as f[j] and using j as the file # in my images folder.
Now this works, and deserialization also works. My code for the Plan class which reads in all of the other information needed to create the plan. When I try to buffer the image using f[x].f it gives me an error saying
***NOTE*** This is not all the code, just the code that is used... If I need to add anything else I will if asked...