Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Using the GETINT function, I can set some conditions for entering numbers using the INITGET function, like this:
(initget 6) (getint "input integer: ")
But what if I want to add comparison operators to this combination? For example, the input integer should also be:
(and (/= 1 input_integer) (> 10 input_integer))
How can I do this?
Solved! Go to Solution.