bingobat Posted June 19, 2008 Share Posted June 19, 2008 Where are the rules of operator precedence (and associativity if used) for expressions ? Link to comment Share on other sites More sharing options...
Maarten Witberg Posted June 19, 2008 Share Posted June 19, 2008 do you mean exponent, multiply, devide, root, add, subtract? same as everywhere I guess.... Link to comment Share on other sites More sharing options...
Norma_Snockurs Posted June 19, 2008 Share Posted June 19, 2008 ...and in the case of logical operators it's NOT, AND, OR, IF and XOR in that order. Anything in parentheses is evaluated with precedence and, in the case of nested parentheses, from the inside pair outwards. In FileMaker, most everything else in calculations is generally evaluated from left to right or top to bottom. Obviously some functions can modify this behaviour. Link to comment Share on other sites More sharing options...
Recommended Posts