Jump to content

Recommended Posts

Posted

Hello,

 

I am new to lisp.

I found somewhere a lisp for incrementing the counter value in the bubble mleader.

 

It is not working.

I tried analyzing the code but could not detect where it is not functional

looks like the incrementing number is nog working

As I only have Autocad LT 2025 I cannot debug this.

 

If someone could help me solving the issue and in the same time add some comments to the lisp

 

 

BubbleInc.zip

Posted

I moved your thread to the AutoLISP, Visual LISP & DCL Forum.

 

That is VLISP (Visual LISP) and LT will not run VLISP which is why it doesn't have the VLIDE (Visual LISP Editor).

 

Maybe someone has a work around for 2025LT.

Posted

There is not much VL in it but I would start at (setq style "BUBBLE" ; MLeader style (with single attribute block) so this is looking for a mleader style called "BUBBLE"  and if it does not exists code does not run. You  have to have the Bubble style or you need a check does it exist if not make it. 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...