Search results

  1. E

    BUG: Inequality Comparison with Doubles in Conditional Statement

    I REALLY, REALLY hope I'm not making a dumb mistake here. Basically, I'm doing a standard if-then statement, and the conditional expression is being falsely evaluated - or, at least, so it seems. Here's the code: If lhs > 0 Then If lhs <> rhs Then MsgBox "Could not reconcile the...
Back
Top Bottom