Please give details of the problem
1 2
<#assign my_variable = "my_value"> ${"my_variable"?eval}
=> will return my_value
Please give details of the problem