Reputation: 355
How can I get the value of variable instead of its name? The below code return "n" string which is the name of the variable. I need value of n.
s.targets.first().name.name
The Metamodel
Upvotes: 0
Views: 129