Moe1992 Posted May 10, 2013 Share Posted May 10, 2013 Hello Community, I have a question about the math-function "modulo". It seems I can't find it. Usually it should be something like the '%' Symbol, but that's not working. Is there any function that will do the job? Thanks in advance! And sorry for my bad English -Moe Quote Link to comment Share on other sites More sharing options...
FHannes Posted May 11, 2013 Share Posted May 11, 2013 In pascal, this is the operator "mod". Eg: 5 mod 2 Quote Link to comment Share on other sites More sharing options...