How would one go about iterating through a struct so that the actual variable name can be retrieved?
For Instance, say the struct has variable name;
MyStruct.Name = "Blah"
How would I be able to retrieve "Name" or any other variable name in a for loop?
Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...
For Instance, say the struct has variable name;
MyStruct.Name = "Blah"
How would I be able to retrieve "Name" or any other variable name in a for loop?
Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...