AUTOCAD LT 2024 LISP ROUTINE STRIPMTEXT?

AUTOCAD LT 2024 LISP ROUTINE STRIPMTEXT?

c.kimXH5F6
Participant Participant
2,753 Views
5 Replies
Message 1 of 6

AUTOCAD LT 2024 LISP ROUTINE STRIPMTEXT?

c.kimXH5F6
Participant
Participant

HELLO AUTODESK MODERATORS AND OR EXPERTS 

 

FOR AUTOCAD LT 2024, 

CAN YOU PLEASE POINT ME TO A WORKING LISP ROUTINE FOR STRIPTMTEXT?

 

THE LATEST ONE I TRIED (VERSION D?) CAME UP WITH THIS ERROR?

StripMtext Error: bad argument type: VLA-OBJECT nil

WHAT DOES THIS MEAN?

 

IS AUTOCAD FULL VERSION EXPRESS TOOLS USING IN-HOUSE STRIPMTEXT?

DOES THIS MEAN THAT ALL THE STRIPMTEXT VERSIONS OUT THERE ARE NOW JUNK?

AND NOBODY IS PUTTING OUT A WORKING VERSION FOR AUTOCAD 2024 LT?

CUZ AUTOCAD FULL VERSION HAS IT IN EXPRESS TOOLS?

 

AUTOCAD LT 2024 ADDED LISP ROUTINE AS A NEW FEATURE?

 

THANK YOU AND REGARDS, 

 

 

 

 

0 Likes
2,754 Views
5 Replies
Replies (5)
Message 2 of 6

cadffm
Consultant
Consultant

SMT has nothing to do with Autodesk and isn't oart of Expresstools.

 

"WHAT DOES THIS MEAN"

This program expect a vla-object, but it get nothing in list.

 

 

Sebastian

0 Likes
Message 3 of 6

c.kimXH5F6
Participant
Participant

HELLO FM, 

 

I ASSUME BY YOUR REPLY THAT U WORK FOR AUTODESK?

ARE U AWARE OF ANY WORKING LATEST VERSION OF STRIPMTEXT?

I TRIED THIS LISP A LONG WHILE BACK FOR ANOTHER EMPLOYER I THINK, 

I AM TRYING TO USE IT AGAIN WITH ANOTHER EMPLOYER, 

 

I AM TRYING TO GET RID OF THE TEXT OVERRIDES ON A BUNCH OF MTEXT ITEMS THAT SHOWS A WEIRD ALGORITHM IN PROPERTIES?

 

THANK YOU AND REGARDS,  

0 Likes
Message 4 of 6

cadffm
Consultant
Consultant

>>"THAT U WORK FOR AUTODESK?"

Oh no, I am a user like you (and 99.999% of all other accounts here).

 

>>"ARE U AWARE OF ANY WORKING LATEST VERSION OF STRIPMTEXT?"

All versions are working, incl. my own extented versions, but not all for MAC or AutoCAD LT.

 

 

Use an OLD version of SMT like 3.09 for example, there are less features and more bugs than in v5.0*,

but it will work for the most formats&objects.

 

Sebastian

Message 5 of 6

Cad_Monkey
Contributor
Contributor

Thanks Sebastian, appreciate the linked lsp and dcl 👍. I wish I knew more about lisp programming so I could understand why autocad LT 2024 can't run Stripmtext 5.0d now that it has lisp support. It's all a mystery to me.

0 Likes
Message 6 of 6

pendean
Community Legend
Community Legend

@Cad_Monkey wrote:

Thanks Sebastian, appreciate the linked lsp and dcl 👍. I wish I knew more about lisp programming so I could understand why autocad LT 2024 can't run Stripmtext 5.0d now that it has lisp support. It's all a mystery to me.


https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E#:~:tex....

 

pendean_0-1688414699905.png