×

Please give details of the problem

Skip to content

How to get the value of a variable from its dynamic name

1
2
<#assign my_variable = "my_value">  
${"my_variable"?eval}

=> will return my_value