Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello , you all:
I am trying to add a parameter for a component that at present time can be extended to infinity. This is controlled by an instance parameter called "A". I want to limit this to 3950mm. So, a conditional statement seems like the logical thing. So, I started from this page:
But, that didn't help. If I try a simple IF ( A > 3950mm, 3950mm), it tells me that it is a bad IF statement format. I tried setting a lower limit such as IF ( A > 3950mm, 3950mm , IF ( A < 100mm, 100mm))), I then get unexpected left parenthesis, or a string of errors if I remove I move things around. I suspect that the answer is there or there about. But it is in the right sequence.
Can anyone help?
Solved! Go to Solution.