M
Matteo Cima
hi!
i have a struct like:
Public struct conf
{
public bool debug=false;
public int opPalm=-1;
public int neMess=0;
public bool caPart = false;
}
how can i iterate the members of the struct to get the names of the
variables inside?
I'd like to save the entire struct values into an xml and then retrieve the
saved configuration.
Regards,
Matteo.
i have a struct like:
Public struct conf
{
public bool debug=false;
public int opPalm=-1;
public int neMess=0;
public bool caPart = false;
}
how can i iterate the members of the struct to get the names of the
variables inside?
I'd like to save the entire struct values into an xml and then retrieve the
saved configuration.
Regards,
Matteo.