Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi.
Does any one in the forum know if Mathcad can be used to evalate a result and report if the solution is placed outside a predefined range.
For example. I expect to recieve a result between 1 and 5. If the result ends up in a value of e.g. 10 I want to be able to read that the result is out of range. Preferably in a warning message.
Solved! Go to Solution.
You can do this with a boolean test in an if statement. Mathcad will not pop up a warning message as if a system error had occurred.
Two (of the many) possible ways:
Success!
Luc
