[Wish] \ operator

agraham

Expert
Licensed User
Longtime User
You are correct! It is years since I did any VB and was wrongly equating the % modulus operator in C#/Java with \ in VB. There isn't an integer division operator in Java so there isn't one in Basic4android. In Java/C# you achieve the same effect by casting the result of a division to an int or by using integer types for the division,
 
Top