Frage

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

War es hilfreich?

Lösung

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} |
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top