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

有帮助吗?

解决方案

Below code should work for you. Suppose you have stored amount 15 to variable X, then echo will return echo: 15

store | 15 | X
echo  | ${X} |
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top