deano33 Posted December 22, 2009 Posted December 22, 2009 Hi Guys & Girls Trying to create a macro to produce a 3 line multi line in acadlt. I have tried offset;last & offset;previous but does not work. Do not think last or previous is available with the offset command. Any ideas? Quote
CarlB Posted December 22, 2009 Posted December 22, 2009 Offset expects a point, so you may be able to use "lastpoint" to select it. Which requires a diesel expression in LT: $M=$(getvar,lastpoint); don't know how you would specify a point for "side to offset" though... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.