Erel B4X founder Staff member Licensed User Longtime User Feb 26, 2018 #2 B4X: Dim x As Int = 7 Dim y As Int = 2 Dim z As Double = x / y '3.5 Dim zz As Int = x / y '3 Upvote 0