mliszkie
06-06-2003, 01:48 PM
I am trying to write a macro that will allow for single key strokes similar to acad.
Here is what I have:
DEFINE Z
LOCAL Choices
LOCAL N
LOCAL F
LOCAL L
READ '[New\Fit\Last]' Choices
WINDOW TWO_PTS (N)
WINDOW FIT (F)
WINDOW LAST (L)
END_DEFINE
This will run only the first ME10 default command...in this case WINDOW TWO_PTS.
How do I defien N,F, or L as the next req'd keystroke to run the seperate WINDOW commands??
Here is what I have:
DEFINE Z
LOCAL Choices
LOCAL N
LOCAL F
LOCAL L
READ '[New\Fit\Last]' Choices
WINDOW TWO_PTS (N)
WINDOW FIT (F)
WINDOW LAST (L)
END_DEFINE
This will run only the first ME10 default command...in this case WINDOW TWO_PTS.
How do I defien N,F, or L as the next req'd keystroke to run the seperate WINDOW commands??