If you don't understand waht I mean by my problem, or how I am going to set this up, some example code would be
- Code: Select all
if((numbers.textNumber / 20) = //then the code to find the decimal)
{
// other text
}
Edited: Never mind, i figured it out. I didn't need to use decimals, I was using the wrong rounding code (was using ceil instead of floor)