Hi, im at the end of my tether after spending hours trying to find a solution to this so hopefully somebody here can help me out.
I have a structure, customer, which contains just a few details such as name address phone number etc.
I need to store this info in a text file(not binary as i can do that and it is not a project requirement) to create.
Is there a way to output a whole struct to a text file in one go, instead of variable by variable which is all i can do at the moment?
Likewise can I pull the information back out of the text file in structure form or does it have to be done character by character?
Any help would be great!
Thanks