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:
The Mod function does exist, but it is not mentioned in the help file.
Best regards.
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.
Best regards.