well, ramones said it all
cool addition: use "Zeropad" to add zeros in front of your number so it's always the same number of digits like speed "002" insted of just "2".
it would go like this: zeropad(speed,3) <--- this would take the variable speed and display it with 3 digits.