I'm working a program with TIGCC that generates up a list by using a random number but when I try to use the an equation like this: (random(99) + 1) / (14 / 100) I get an error message (from TEOS) saying Divide by zero. What's up with this?