Mod Documentation

dlfallen

Active Member
Licensed User
Longtime User
The program I'm working on requires the mod (modulo) fuction. I failed to find any reference to it in the B4A documentation, so I started to write my own function. I quickly noticed that the word "Mod" appeared in blue, indicating that it was a key word. So I tried C = A Mod B, and of course it worked.

Shouldn't Mod be mentioned under Keywords in the Core documentation?
 

hackhack

Active Member
Licensed User
Longtime User
Well can't you add it manually? I was searching for it now as well to find out what it does and it wasn't there.
 
Top