January 7, 200620 yr I would like to create a staement that would read like If(X>100 or Y >100) XXXX;YYYY I am having problems withe the 'or'. I guess this is not used in FM. How would I get this statement to go? Thanks
January 7, 200620 yr Hi johnlyons, The OR condition not used in FM? Indeed it is! If ( X > 100 or Y > 100 ; XXXX ; YYYY ) Reverse-engineering an incorrect calculation doesn't really tell us what you WANT so if this isn't what you need, ummmm, tell us what you want. LaRetta
Create an account or sign in to comment