Hello,<br><br>   Is there anything special that needs to be done for float comparison?<br><br>For example:<br><br>if([5.5 &gt;= 4.3]) ....<br><br>or<br>if(5.5 &gt; 4.3) ....<br><br>The conditional does not seem to be coming back as true like it should?<br>
<br>This is simply an example... the precision in the actual case is different (longer decimal places).<br><br><br>Thank you for all and any help in advance!<br>