I have a problem.
For example, I have a number= 838 730 .It is a counter for my car in Km
Number is from another app that calculates Km using GPS and show in this number with space.
I have this number in variable.
I want to show in status bar.
But i need this number without space between the number.
How to change the number?
Script: a = 838 730 - 838 000
730 it is Km morning
000 it is Km evening
This is not right because the automagic not know that it is an integer.
Script: a = 838730 - 838000 Is this correct, and the result is correct but i need number without space...i do not a have it

LOG AUTOMAGIC:can not apply operation - to values '838 730' and '838 000'
Thx
Have a nice evening