create an incremental number each time you clicked on the screen.

create an incremental number each time you clicked on the screen.

yogeshnairvarkala
Enthusiast Enthusiast
414 Views
3 Replies
Message 1 of 4

create an incremental number each time you clicked on the screen.

yogeshnairvarkala
Enthusiast
Enthusiast

hi folks

 please help how can create an incremental number each time you clicked on the screen.I am uploading screenshots also

For eg. i want 80...81..82..83.. by clicking on it

pls help

 

tks n rgds

Yogesh

0 Likes
415 Views
3 Replies
Replies (3)
Message 2 of 4

h_s_walker
Mentor
Mentor

It can't be done in LT. In full AutoCAD you could do it with lisp, but LT doesn't use lisp.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 3 of 4

pendean
Community Legend
Community Legend
Message 4 of 4

jghammanMSCD
Contributor
Contributor

I have setup two toolbar buttons with macros

button 1   ^C^C_setenv;StartWithNumber;\

button 2   *^C^C_text;S;NOTES;\;;$M=" "$(getenv,startwithnumber);setenv;startwithnumber;$(+,1,$(getenv,startwithnumber));^M;

probably not the best solution you were looking for.

also can't remember where I got the macro from to give credit but I found it online somewhere.

pick button 1 type the number you want to start with

hit enter

pick button 2

then where ever you pick on the screen will have the incremental numbers

 

also on the second macro where it says "notes" that is the text style that you would want to use

0 Likes