Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a tool that will insert the correct sized block based on a number input from the user. Example:
User runs the LISP
User is prompted to input a number
- If user specified number is less than 250, then insert Block A
- If user specified number is 250 or greater and less than 500, then insert Block B
- If user specified number is 500 or greater, then insert Block C
Note: The number the user is inputting may be a decimal
I know how to do basic If statements but I'm not sure how to handle a list of conditions or work with ranges of numbers.
Any help is appreciated!
Solved! Go to Solution.