I tried
echo value is ${v1}
but then the value does not appear instead
echo value is
is render
can someone tell how can i achieve so
I tried
echo value is ${v1}
but then the value does not appear instead
echo value is
is render
can someone tell how can i achieve so
Copyright © 2021 Jogjafile Inc.
Below code should work for you. Suppose you have stored amount 15 to variable X, then echo will return echo: 15