AndyC 发表于 2022-7-7 00:25:01

Help combing two macro's

I have two existing working macros that i would like to combine together to form one, but am struggling to work out how to combine them. The first insets a block at a defined scale and rotation into the drawing. The second insets an incremental number.
 
CODE 1

^c^c-layer;m;"LB-T007-SET-OUT";c;WHITE;;l;continuous;;;-insert;"LB-setting-out-point";sc;25;ro;0;
 
CODE 2

^c^c_text;\;;$M=$(+,$(getvar,USERR1),$(getvar,USERR2));setvar;USERR1;$M=$(+,$(getvar,USERR1),$(getvar,USERR2));
 
It would also be great if this command would then repeat for consectutive mouse clicks until the command chain is ended.
 
What i want to end upwith is a command that inserts a block with an accompanying incremental ref number and to repeat this for number of repetitions
 
 
Any assitance would be mush appreciated
 
Andy C

ReMark 发表于 2022-7-7 00:31:10

Renderman: The OP is using LT.
 
Haven't we seen this request in two other forms?It's deja' vue all over again.

BlackBox 发表于 2022-7-7 00:39:23

 
 
... Ohhhhh! I completely overlooked that!
 
I'm still struggling to understand why anyone buys LT anymore.
 
 
 
I do not recall seeing this, otherwise I would have ignored the OP.

AndyC 发表于 2022-7-7 00:44:57

Unfortunately i am using Keyscape LT 2010 which is a Landscape Architecture package that runs on the back of AutoCAD LT and has had the LISP functions disabled.
 
The only way i am able to do this as far as i am aware is via the CUI interface and creating a menu bar button against which i can assign a macro.
 
I have done this indivudally for both codes but want to try and combine it together.

ReMark 发表于 2022-7-7 00:51:10

Here's one:
 
http://www.cadtutor.net/forum/showthread.php?54236-HELP-with-a-non-working-Macro&highlight=macro
 
And here's the other:
 
http://www.cadtutor.net/forum/showthread.php?54236-HELP-with-a-non-working-Macro&highlight=incremental
 
And this is where it all started:
 
http://www.cadtutor.net/forum/showthread.php?54181-NEEDED-Deisel-Expression-for-incremental-numbering&highlight=macro
 
So we now have four choices as where to respond.Take your pick.LOL

ReMark 发表于 2022-7-7 00:55:06

I think the OP just got a bit carried away by the lack of response. Rather than "bumping" the original post he repeated it in a slightly different fashion. The first attempt I can understand but the next two really weren't necessary in my opinion. But as the wife says, "It is what it is."
 
I'm willing to give him the benefit of the doubt.

BlackBox 发表于 2022-7-7 01:02:21

 
Fair enough, I'll follow your wise decision... in kind, I've deleted my post.

eldon 发表于 2022-7-7 01:10:34

Whilst not being a user of Macros, I have been idly browsing, and one bit of information that I gleaned was that there was a limit of the number of characters on each line. I don't know whether this is still the case, but you needed to put a "+" at the end of each line to join it on to the next line of code.

BlackBox 发表于 2022-7-7 01:18:12

 
If you're speaking in regard to the code in the OP, they are each on only a single line. They appear wrapped (on multiple lines) as a result of your browser windows size and/or screen resolution.

eldon 发表于 2022-7-7 01:22:41

I was hoping that it was the answer to his query, as the combined length of both macros comfortably exceeds 80 characters.
页: [1] 2
查看完整版本: Help combing two macro's