Printing a large structure

I have a scruct of over 80 items. Is there a way to loop through and print the value and item name them or am I stuck print each value one at a time?

Do you mean a struct with 80 fields? If so, you either have to write it out, use reflection, or generate the code.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.