Search the Community
Showing results for tags 'field code'.
-
Using a Field Expression inside a Field Expression
Sambo posted a topic in AutoLISP, Visual LISP & DCL
Hey Guys, I have created a bunch of lisp variables that look something like this "StageArea1", "StageArea2", ect What im wanting to do is create a field formula that links to these variable, but i want whatever area value it calls to be determined by the contents of a piece o...- 6 replies
-
- field code
- fields
-
(and 1 more)
Tagged with:
-
I made below lisp code to have field code copied to text,dim etc. but not work on ATT thing anyone could help me with this how to make it happen that copy field code to ATT? :) (defun c:ffd () (progn (setvar "cmdecho" 0) (setvar "blipmode" 0) (vl-load-com) (progn (setq ent (entsel "sel...
- 3 replies
-
- field code
- attribues
-
(and 1 more)
Tagged with:
-
I am having trouble finding a reference for how to use field code. I am trying to create a custom fied in MTEXT that will only display the 1st 25 characters of a filename. I can't find any good resources to explain how field code in AutoCAD works on the web or in the AutoCAD help.