@gavinblair I prefer ruby’s one liner: x = y if x >= y its like english # @gavinblair besides… that is almost the exact same thing as (condition) true:false; # @gavinblair You could even add it: function iif($expression, $returntrue,$returnfalse = ”)return($expression ?)$returntrue:$returnfalse;} # What is so hard about $dollar_value = sprintf(‘%.2f’,$dollar_value); ? # @gavinblair...
Read more »