Im trying to generate gstring from this code but not works
date="01"
varzcx= "\${"+"date" +"}";
println varzcx
this print ${date}
I need print 01
please help me
Im trying to generate gstring from this code but not works
date="01"
varzcx= "\${"+"date" +"}";
println varzcx
this print ${date}
I need print 01
please help me
Copyright © 2021 Jogjafile Inc.
Instead of this...
You probably want this...