سؤال

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