Hi, I am trying to write a program in LISP where the user inputs some data (for instance a window frame thickness), then the next time the command is invoked, the last input for the window thickness is shown, so that when the user presses enter the last input is automatically applied.
What I want is exactly how the Offset command works. It remembers your last input.
How do I write this code to remember the last input?
I have got the following code below to work with the first argument (TopOffset), but the second argument (BottomOffset) makes the program not work
I originally had the code that way around but it just didn't work at all when the code was as you have written. I don't know why, thats why I tried the