my echo $var1 gives below value
i want it in 3 different values....
i.e. as
the o/p of $1.7_NEW should be 25.....
Code:
Code:
1.7_NEW=25,1.7_RETAINED=30,1.7_RETURNING=40
i.e. as
Code:
Code:
echo $1.7_NEW=25
echo $1.7_RETAINED=30
echo $1.7_RETURNING=40
the o/p of $1.7_NEW should be 25.....