How to display integer values?

At the moment I only need MIDI. That's why I only use integer values from 0 to 127.
What do I have to do so that only integer values are displayed? I don't want to have any decimal places.

Set the text's decimals (under osc) property to 0.

Thank you again!

I found a solution by myself one minute ago.

But your solution is much easier :slight_smile: