How to create a member dynamically?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gerhen

I can use the set/get to modify member variables “from a string”
Is there a similar way, to create a variable?
I try the set() for a non-existing member, it doesn’t give error, but do nothing.

:bust_in_silhouette: Reply From: LordViperion

Only these variables called members which is local in the full class.
The answer your questions is nothing because the variables define the programmer and not the program.
All members maked in the build time and not possible to make under runing Time.