Pergunta

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

Foi útil?

Solução

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} |
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top