I am missing the Int (integer) function.
I know that Int is already used for the integer variable declaration, but why not Integer ?
I use this workaround for the moment x1 is a Float variable:
B4X:
Dim i as Int
i=x1
x1=i
The Mod function does exist, but it is not mentioned in the help file.
Thank's Erel,
I wouldn't have found this.
The name did sound strange to me, but googeling a bit I found that it is an already used name in other languages.
It has also a counterpart Ceiling(x).