Decimal?

I was wondering if anybody knew a way for me to make an lcd that displays the last WHOLE number that is sees. Really the only part I don't know how to do is make it so it only displays whole numbers. I would love some help. :slight_smile:

Use an integer

hudsin:
I was wondering if anybody knew a way for me to make an lcd that displays the last WHOLE number that is sees. Really the only part I don't know how to do is make it so it only displays whole numbers. I would love some help. :slight_smile:

Just to be clear, you have a float type? If they happen to become whole, it's usually a freak accident. :slight_smile: Post your code, in code tags, and explain your problem better.