Export class as text

Probably a silly question, is there a way to export a class (constants, properties, etc.) as text?

@Enric Herrera — My knowledge about that topic is quite outdated so take the following with a pinch of salt.

If your license allows you to, you can save your project as Version Control Project in which each class will be written as text in its own file. Maybe (?) you can also export a class as text.

Alternatively, the application Arbed (by Thomas Tempelmann) here may help you converting from the binary project to its text form, though I don’t remember how much you can do in the free version.

Hops that helps a little bit

that would export the code… but not any VALUES based on the state of the class