Hey I'm wondering, what is the syntax for cutting off all decimals (not rounding) off a number? It's not FIX(), I have no clue what it could be but I guess it must be there. Also would this work if @NextLevel is declared as int or would @NextLevel/20 return an integer value as well?
IF @NextLevel/20=FIX(@NextLevel/20)
of course with FIX replaced by the appropriate command
Much appreciated
IF @NextLevel/20=FIX(@NextLevel/20)
of course with FIX replaced by the appropriate command
Much appreciated