If else conditions not working
-
I am applying if condition but this is always going on if not in else.This is my code.
`(function(){
var v= fieldname24;
if(v= 7777 || 8500 || 9060)
{
return PREC(8*(fieldname1/100), 2);
}
else
{
return PREC(0.8*(fieldname1/100), 2);
}})();
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘If else conditions not working’ is closed to new replies.