Print Page | Close Window

AutoCAD 2009 LT problem with DIESEL macro

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2193
Printed Date: 21.Apr.2026 at 22:35


Topic: AutoCAD 2009 LT problem with DIESEL macro
Posted By: Djomlouns
Subject: AutoCAD 2009 LT problem with DIESEL macro
Date Posted: 08.Jul.2009 at 13:20
Hi,

I wrote a following macro

$M=_id;\_text;$(getvar,LASTPOINT);5;0;Some_text;


problem is with insertion point of txt. It is always the same?
First time when I issue a macro it place a text on my picked point (via ID). But next time when I issue a macro it use same (previos) point???


tnx



Replies:
Posted By: Djomlouns
Date Posted: 08.Jul.2009 at 13:38
Oh I got it!

I didn't understund very well for what $M= stands for ;)

now I understund

so correct macro will be


^C^C_id;\_text;$M=$(getvar,LASTPOINT);5;0;Mladjan;


kewl :)



Print Page | Close Window