View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3
Originally Posted by juiceme View Post
quickly trying this in N9 at least it works...

~ #
~ # oneh=100 ; getcurrent=123 ; timeshundred=$(($getcurrent*$oneh)) ; echo $timeshundred
12300
~ #

So it seems that N900 has different shell... What does it give as an answer there?
works on the n900 too:
Code:
/home/user # oneh=100 ; getcurrent=123 ;timeshundred=$(($get
current*$oneh)) ; echo $timeshundred
12300
/home/user #
 

The Following User Says Thank You to thedead1440 For This Useful Post: