Integer function missing (B4PPC Int)

klaus

Expert
Licensed User
Longtime User
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.

Best regards.
 

kickaha

Well-Known Member
Licensed User
Longtime User
Is it wrong that I found it amusing that klaus (he of such indepth knowledge) had missed this?.:sign0013:

Makes you think that even the best (as klaus certainly is in regard to B4A) can miss the simple things.
 
Top