sterlingy Active Member Licensed User Longtime User Mar 26, 2013 #1 If pY is a point on the screen and I want to check if it is above or below 70%y, can I use B4X: if pY < 70%y then ... Or, do I need to convert the 70%y to a fixed integer? If so, how do I do this? -Sterling
If pY is a point on the screen and I want to check if it is above or below 70%y, can I use B4X: if pY < 70%y then ... Or, do I need to convert the 70%y to a fixed integer? If so, how do I do this? -Sterling
sterlingy Active Member Licensed User Longtime User Mar 26, 2013 #2 :sign0161: I answered my own question. I must be tired. Upvote 0