johnlyons Posted January 7, 2006 Posted January 7, 2006 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
LaRetta Posted January 7, 2006 Posted January 7, 2006 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
johnlyons Posted January 7, 2006 Author Posted January 7, 2006 Thank You. this worked. My backets were in the wrong places.
Recommended Posts
This topic is 6959 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now