mixe
14 years agoVisitor
brightscript 3.0 modulo
I'm having a bit of problem using MOD. I can't seem to workout what format this function should use. I have tried using mod(n,val) which just caused an error and n mod val didn't work either. I assumed as NOT uses the format not(val) then it would be the same for mod.