Support Board
Date/Time: Fri, 20 Mar 2026 21:11:48 +0000
Post From: Negative numbers
| [2018-09-28 15:47:58] |
| User907968 - Posts: 866 |
|
If OPL is zero, then if(OPL >= MaxL) will return true, as 0 is greater than -40. What happens if OPL = -41? Does it still return true? Did you try if(OPL <= MaxL)? |
