01.06.2012, 10:47
Quote:
I don't think it's possible, even through the use of emit. Variable and functions names are merely stored as addresses in memory and cannot be accessed by name. The exceptions being public functions and variables.
Variables can be declared public as well, but I'm not sure how that would work out as it's never been used before. |
EDIT: And if not with #emit, maybe a plugin?