a little AS math
a little AS math
Out of context: Reply #17
- Started
- Last post
- 32 Responses
- talltyler0
Not that I have a big head or anything but I understand what your loop is doing and I know I can do this without a for loop involved. I am looking for something like this
x=givenNum
group=int((x/5)+5)or something to the effect of an equation. I dont need a loop or an if or anything else.